mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
19 lines
270 B
HTML
19 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
{% include navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include google_analytics.html %}
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|