1 2 3 4 5 6 7 8 9 10 11 12 13
<!doctype html> <html lang="en-us"> {% include head.html %} <body> {% include nav.html %} <article>{{ content }}</article> </body> </html>