permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

form.html.twig
text/plain

Download raw (141 bytes)

{% extends 'partials/base.html.twig' %}

{% block content %}

    {{ content|raw }}
    {% include "forms/form.html.twig" %}

{% endblock %}