Fix title in templates

This commit is contained in:
Tim
2025-04-23 21:26:52 +02:00
parent 31cfeca93a
commit 28a2706525
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends 'base/single.column.html.twig' %}
{% block title %}Snip {{ snip }}{% endblock %}
{% set title = 'Snip ' ~ snip %}
{% block body %}
<a href="{{ path('snip_single', {snip: snip.id}) }}" class="btn btn-primary">