{% extends "base.html" %} {% block main %} {% include "navbar.html" %}
{% include "flashed.html" %} {% if edit %}

{{ job.title }}

{{ job.description }}
{% else %}

New job

Creation form.
{% endif %}
{% if not edit %}
Title
Description
{% endif %}
Fabfile
{{ fabfile }}

{% if edit %} Cancel {% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}