gnu-social/templates/feeds/edit_feeds.html.twig

8 lines
125 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
<div class="section-widget">
{{ form(form) }}
</div>
{% endblock %}