{% for stylesheet in plugins.css%}
{% endfor %}
{% block content %}
{% if object.security == 2 and user != object.owner %}
Access Denied
This gallery is private and can only be viewed by it's owner
{% endif %}
{% endblock %} {% for script in plugins.js%} {% endfor %}