mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 23:11:02 +00:00
13 lines
263 B
Text
13 lines
263 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{ user.display_name }}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{ user.display_name }}</h1>
|
|
<div>
|
|
{{ user.summary | safe }}
|
|
</div>
|
|
</body>
|
|
</html>
|