]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/new.html.twig
Add dedicated email for site config issue
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Entry / new.html.twig
CommitLineData
b17874a7
AD
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
0d42217e 3{% block title %}{{ 'entry.new.page_title'|trans }}{% endblock %}
b17874a7
AD
4
5{% block content %}
053b9568 6 {{ render(controller( "WallabagCoreBundle:Entry:addEntryForm" )) }}
b17874a7 7{% endblock %}