2015-03-02 17:10:41 -08:00
|
|
|
---
|
|
|
|
common-css:
|
|
|
|
- "/css/bootstrap.min.css"
|
|
|
|
- "/css/main-minimal.css"
|
|
|
|
common-js:
|
|
|
|
- "/js/jquery-1.11.2.min.js"
|
|
|
|
- "/js/bootstrap.min.js"
|
|
|
|
---
|
|
|
|
|
2015-03-02 12:06:05 -08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2015-03-02 17:10:41 -08:00
|
|
|
{% include head.html %}
|
2015-03-02 12:06:05 -08:00
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2016-03-27 20:13:45 -07:00
|
|
|
<div role="main" class="container">
|
2015-03-02 12:06:05 -08:00
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer-minimal.html %}
|
|
|
|
|
2015-03-02 17:10:41 -08:00
|
|
|
{% include footer-scripts.html %}
|
2015-03-02 12:06:05 -08:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|