{% extends "bootstrap/base.html" %} {% block title %}YAML Editor{% endblock %} {% block styles %} {{super()}} {% endblock %} {% block scripts %} {{super()}} {% endblock %} {% block content %}
Edit your YAML (Update corresponding fields with {{ change_str }} text):
{% endblock %}