{% extends "layout.html" %} {% block body %}

{{ this.name }}

{{ this.description }}
{% if this.website %}

Visit website: {{ this.website.host }} {% endif %} {% endblock %}