{% extends "base.html" %} {% load i18n %} {% load custom_tags %} {% load theming_tags %} {% load static %} {% block title %}{% trans 'Edit Recipe' %}{% endblock %} {% block extra_head %} {% include 'include/vue_base.html' %} {% endblock %} {% block content %}

{% trans 'Edit Recipe' %}







{% trans 'You can use markdown to format this field. See the docs here' %}
{% trans 'View Recipe' %} {% trans 'Delete Recipe' %}
{% endblock %} {% block content_xl_right %}



{% trans 'View Recipe' %} {% trans 'Delete Recipe' %}

{% trans 'Steps' %}
{% endblock %} {% block script %} {% endblock %}