2015-03-03 02:10:41 +01: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 21:06:05 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
2015-03-03 02:10:41 +01:00
|
|
|
{% include head.html %}
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2016-03-28 05:13:45 +02:00
|
|
|
<div role="main" class="container">
|
2015-03-02 21:06:05 +01:00
|
|
|
{{ content }}
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% include footer-minimal.html %}
|
|
|
|
|
2015-03-03 02:10:41 +01:00
|
|
|
{% include footer-scripts.html %}
|
2015-03-02 21:06:05 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|