12 lines
159 B
HTML
12 lines
159 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<body>
|
||
|
<head>
|
||
|
{% include head.html %}
|
||
|
</head>
|
||
|
<body>
|
||
|
{{ content }}
|
||
|
{% include javascripts.html %}
|
||
|
</body>
|
||
|
</html>
|