{% extends 'base.html.twig' %} {% import "about/actions.html.twig" as actions %} {% block page_title %}{{ 'about.title'|trans({}, 'about') }}{% endblock %} {% block page_actions %}{{ actions.about('index') }}{% endblock %} {% block main %}
{{ constant('App\\Constants::VERSION') }} {{ constant('App\\Constants::STATUS') }} ({{ constant('App\\Constants::NAME') }})
Made with ♥ by Kevin Papst and great contributors.