dfx-jekyll-mdl/_layouts/default.html
2015-07-11 13:00:36 -06:00

27 lines
528 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
{% include header.html %}
<main class="mdl-layout__content">
<div class="page-content">
{{ content }}
</div>
</main>
{% include footer.html %}
</div>
<!-- Material Design Lite js Library -->
<script type="text/javascript" src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script>
</body>
</html>