{% extends "base.html" %}
{% block extra_head %}
{% endblock extra_head %}
{% block content %}
{% set medusa = get_url(path="images/discomedusae_half.png") %}
{% set centerpieces = [ "one", "two", "three", "four", "five" ] %}
{% for class in centerpieces %}
{% endfor %}
Incandescência
{% endblock content %}