{% import 'macros/form.html' as form %} {% import 'macros/kata_form.html' as kataform %} {% set action = c.form_action or '' %} {# This provides a full page that renders a form for adding a dataset. It can then itself be extended to add/remove blocks of functionality. #}