Skip to content

Instantly share code, notes, and snippets.

View mansilla's full-sized avatar

Ricardo Mansilla mansilla

View GitHub Profile
{% extends 'admin/master.html' %}
{% import 'admin/lib.html' as lib with context %}
{% block body %}
{% call lib.form_tag() %}
{{ lib.render_form_fields(form) }}
<input type="submit" />
{% endcall %}
{% endblock %}