{% block head %}
{% if title is defined %}{{ title }} - {% endif %}On the Rocks
{% endblock %}
On the Rocks
Cocktails
Ingredients
Blog
{% if user %}
Welcome, {{ user.friendlyName }}!
Logout
{% else %}
Login
Register
{% endif %}
{% for type, message in craft.session.flashes %}
{{ message }}
{% endfor %}
{{ title }}
{% block content %} You can’t see me! {% endblock %}