{% extends 'base/single.column.html.twig' %}
{% set title %}Snip {{ snip }}{% endset %}
{% block body %}
{% if app.user %}
Back
{% else %}
Index
{% endif %}
{% if is_granted('edit', snip) %}
Edit
Versions
Delete
{% endif %}
Raw