synshop.info/_layouts/base.html

12 lines
159 B
HTML
Raw Normal View History

2020-09-14 11:40:50 +00:00
<!DOCTYPE html>
<html lang="en">
<body>
<head>
{% include head.html %}
</head>
<body>
{{ content }}
{% include javascripts.html %}
</body>
</html>