{% extends "base.html" %} {% block page_title %} {% if recipe.url %} {{ recipe.name }} {% else %} {{ recipe.name }} {% endif %} {% endblock %} {% block content %} {{ form }} {% endblock %}