verdandi/test_input/templates/base.html

12 lines
240 B
HTML

<html>
<head>
<title>{{page_title}}</title>
</head>
<body>
{{content}}
<br/>
Created: {{content_creation_time.strftime('%d.%m.%Y %H:%M:%S')}}</br>
Edit: {{content_edit_time.strftime('%d.%m.%Y %H:%M:%S')}}</br>
</body>
</html>