{% if context %} {{ context.snippet.title }} raw {% else %} 404 - snippet not found {% endif %}

{% if context %}
{% set length = context.lines | length - 1 %} {{ context.lines | first | safe }}{% for line in context.lines | slice(start=1, end=length) %}{{ line | safe }} {% endfor %}
{% endif %}