{% extends "fipamo-default/frame.twig" %} {% block title %} {{ title }} {% endblock %} {% block mainContent %} {{title}} {{ content | raw }} RECENT {% for item in recent %} {{item.title}} {% endfor %} FEATURED {% for item in featured %} {{item.title}} {% endfor %} {% endblock %}
{{ content | raw }}