{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block style %} {{ super() }} {% for type, style in config.styles %} {% if style|fileExists and style == "website" %} {% endif %} {% endfor %} {% endblock %} {% block body %}