{% extends "base.html" %} {% block title %}{{ title }}{% endblock %}
{% block body %} {% include "navbar.html" %} {{ body_text }} {% if dwnld %}

{{ dwnld.html_download }}

{% endif %} {% if img %}

{{ img.name }}:

{{ img.html_image }}{% endif %}

Testing url_for from Template: "Home" = {{ url_for("hello_world") }}


Testing url_for from Template: "Report Cruise 1 for Shippy MacShipface"

{% include "footer.html" %} {% endblock %}