354394bf52
Signed-off-by: Jess Frazelle <acidburn@google.com>
16 lines
274 B
HTML
16 lines
274 B
HTML
<!DOCTYPE html>
|
|
<html id="{{ page.cid }}" lang="en" class="{{ page.class }}">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
{% include header.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include footer-scripts.html %}
|
|
</body>
|
|
</html>
|