diff --git a/templates/base/base.html.twig b/templates/base/base.html.twig index ca9220f..f564d7d 100644 --- a/templates/base/base.html.twig +++ b/templates/base/base.html.twig @@ -3,7 +3,10 @@ - {% if title is defined %}{{ title }}{% else %}SNIPS{% endif %} + + {% if app.environment == 'dev' %}D{% endif %} + {% if title is defined %}{{ title }}{% else %}SNIPS{% endif %} + {% block css %}