]> git.immae.eu Git - github/wallabag/wallabag.git/blame - 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
82d6d9cb
JB
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
0d42217e 3{% block title %}{{ 'entry.edit.page_title'|trans }}{% endblock %}
82d6d9cb
JB
4
5{% block content %}
6 {{ form(form) }}
7{% endblock %}