presscodes/maera

View on GitHub
views/author.twig

Summary

Maintainability
Test Coverage
{#<?php#}
{% extends "main.twig" %}
{% block content %}

{% for post in posts %}
    {% include ["content-"~post.post_type~".twig", "content.twig"] %}
{% endfor %}

{% endblock %}