2013-11-18 01:08:13 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2014-04-06 15:35:15 +02:00
|
|
|
front_page: true
|
2013-11-18 01:08:13 +01:00
|
|
|
---
|
|
|
|
|
2013-11-24 00:13:48 +01:00
|
|
|
{% if paginator.next_page == 2 %}
|
2014-07-12 21:22:47 +02:00
|
|
|
{% include featured.html %}
|
2013-11-24 00:13:48 +01:00
|
|
|
{% endif %}
|
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section role="main" id="main" class="row">
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
{% for post in paginator.posts %}
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2013-12-02 21:54:30 +01:00
|
|
|
{% include articles.html %}
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
{% endfor %}
|
|
|
|
|
|
|
|
</section>
|
2013-11-20 23:33:58 +01:00
|
|
|
|
2013-11-24 17:31:03 +01:00
|
|
|
{% include paginator.html %}
|