mirror of
https://github.com/aljazceru/twentyone-world.github.io.git
synced 2025-12-20 15:24:19 +01:00
15 lines
252 B
HTML
15 lines
252 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span8 offset2">
|
|
<div class="content">
|
|
{% if page.title %}<center><h1>{{ page.title }}</h1></center>{% endif %}
|
|
|
|
{{ content }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |