{% extends "layout.html" %} {% import "form_macros.html" as macros %} {% import "macros/common.html" as common %} {% set title = "Create new access"%} {% block title %}{{ title }}{% endblock %} {% block content %} {{ common.render_head(title) }}
{{ macros.render_text_input('name', 'Name', "", True) }}
{% endblock %}