This repository has been archived on 2025-06-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
joeac.net-symfony/templates/write_note.html.twig

9 lines
151 B
Twig

{% extends 'base.html.twig' %}
{% block content %}
<section>
<h1>Write a note</h1>
{{ form(form) }}
</section>
{% endblock %}