]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/views/Entry/new.html.twig
some parameters, new entry form, etc.
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / Entry / new.html.twig
1 {% extends "WallabagCoreBundle::layout.html.twig" %}
2
3 {% block title %}{% trans %}Save new entry{% endtrans %}{% endblock %}
4
5 {% block menu %}
6 {% include "WallabagCoreBundle::_menu.html.twig" %}
7 {% endblock %}
8
9 {% block content %}
10 {{ form(form) }}
11 {% endblock %}