{% extends 'flask_user/public_base.html' %} {% block content %} {% from "base_templates/form_macros.html" import render_field, render_file_field, render_submit_field with context %} {% if fields %}
{{ word('Here is the start of a question you can use to assemble the %s template.' % (file_type.upper(),)) }}
{{ fields }}{% endif %} {% if word_box %}
{{ word("Here is the start of a YAML file you can import with a 'words' directive.") }}
{{ word("Copy from here and paste into a YAML file, e.g., in the Sources folder of the Playground.") }}
{% if uses_null %}{{ word("Replace each instance of Null with a quoted translation.") }}
{% endif %} {% endif %}