ProfouzorsLinx/templates/base.html

13 lines
157 B
HTML
Raw Normal View History

2015-09-24 07:44:49 +02:00
<html>
<head>
<title>{% block title %}{{ sitename }}{% endblock %}</title>
</head>
<body>
<div>
{% block content %}{% endblock %}
</div>
</body>
</html>