1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-16 06:05:03 -05:00
wallabag/app/views/add.twig
2013-11-27 14:10:31 +01:00

11 lines
204 B
Twig

{% extends layout %}
{% block content %}
<form action="#" method="post">
{{ form_widget(form) }}
<input type="submit" name="submit" />
</form>
<p><a href="/">back to home</a></p>
{% endblock %}