]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/edit.html.twig
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / Entry / edit.html.twig
... / ...
CommitLineData
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
3{% block title %}{{ 'entry.edit.page_title'|trans }}{% endblock %}
4
5{% block content %}
6 {{ form(form) }}
7{% endblock %}