Refactor templates to be more structured
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends 'base/base.html.twig' %}
|
||||
{% extends 'base/single.column.html.twig' %}
|
||||
|
||||
{% block title %}Snip {{ snip }}{% endblock %}
|
||||
{% set title %}Snip {{ snip }}{% endset %}
|
||||
|
||||
{% block body %}
|
||||
<a href="{{ path('snip_index') }}" class="btn btn-primary">
|
||||
|
Reference in New Issue
Block a user