{% extends "header.html" %} {% import 'macros.html' as macros %} {% import 'wtf-fork.html' as wtf %} {% import 'elements.html' as elm %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}

Create macros

{{ create_macros.hidden_tag() }} {{ wtf.form_field(create_macros.macros) }}
{{ wtf.form_field(create_macros.parent) }}
{{ wtf.form_field(create_macros.owners) }} {{ wtf.form_field(create_macros.description) }} {{ wtf.form_field(create_macros.commit_message) }}
{{ wtf.form_field(create_macros.submit) }}
{{ elm.footer() }} {% endblock %}