mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
9 lines
120 B
HTML
9 lines
120 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
{% include head.html %}
|
|
<body>
|
|
{{ content }}
|
|
{% include ga.html %}
|
|
</body>
|
|
</html>
|