verdandi/test_input/templates/base.html

14 lines
259 B
HTML
Raw Normal View History

2015-02-26 20:26:39 +01:00
<html>
<head>
<title>{{page_title}}</title>
</head>
<body>
2015-04-06 22:59:09 +02:00
{{menu}}
<br/>
2015-02-26 23:56:19 +01:00
{{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>
2015-02-26 20:26:39 +01:00
</body>
</html>