{% set header_title = 'Blog FullWidth' %} {% set background_top = 'assets/images/bg-top-2.png' %} {% set breadcrumbs = [ 'Home', 'Blog', 'Blog FullWidth' ] %} {% extends 'layouts/layout-1.html' %} {% block content %}
{% for i in [0, 1, 2, 3, 4, 5] %}
{{ posts[i].title }} {{ posts[i].comments_count }}

{{ posts[i].title }}

{{ posts[i].text | safe }}
{{ users[posts[i].by].name | safe }} by {{ users[posts[i].by].name | safe }}
in {{ posts[i].date }}
{{ posts[i].comments_count }} comments
{% endfor %}
{% endblock %}