{% extends "base.html" %} {% block content %} {% for p in hidden_pages if p.slug == "landing-page-about-hidden" %}

{{ p.title }}

{% if GRAVATAR_IMAGE %} {% endif %}

{{ p.content }} {% endfor %} {% endblock %}