{% block head %} {% if title is defined %}{{ title }} - {% endif %}On the Rocks {% endblock %}
{% for type, message in craft.session.flashes %}
{{ message }}
{% endfor %}

{{ title }}

{% block content %} You can’t see me! {% endblock %}