1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-15 21:55:09 -05:00
wallabag/app/views/add.twig

11 lines
204 B
Twig
Raw Normal View History

2013-11-27 08:10:31 -05:00
{% 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 %}