10 lines
160 B
HTML
Executable File
10 lines
160 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
{% include head.html %}
|
|
<body>
|
|
{{ content }}
|
|
{% include javascripts.html %}
|
|
{% include analytics.html %}
|
|
</body>
|
|
</html>
|