{% import "macros.html" as macros %} {% block title %}{{ config.title }}{% endblock %}
{{ config.title }}
{% block content %} {{ macros::posts_latest(section="posts", count=config.extra.latest_posts_count) }} {% endblock %}