aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Entry/edit.html.twig
blob: e974fc69453fd592a7a8380478893cac595fc814 (plain) (blame)
1
2
3
4
5
6
7
{% extends "WallabagCoreBundle::layout.html.twig" %}

{% block title %}{{ 'entry.edit.page_title'|trans }}{% endblock %}

{% block content %}
    {{ form(form) }}
{% endblock %}