pcjs/_layouts/default.html
2017-06-21 10:29:10 -07:00

26 lines
381 B
HTML

<!DOCTYPE html>
<html lang="en-US">
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
{% include machine-engines.html %}
{% include page-scripts.html %}
{% include google-analytics.html %}
</body>
</html>