Files
makyo.ink/_layouts/default.html
2017-09-06 13:04:59 -06:00

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>