Rapsys Git
/
airbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Inherit message before notice class
[airbundle]
/
Resources
/
views
/
security
/
denied.html.twig
1
{% extends '@RapsysAir/body.html.twig' %}
2
{% block content %}
3
<section id="content">
4
<h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2>
5
<p>{% if message %}{{ message }}{% else %}{% trans %}Access denied{% endtrans %}{% endif %}</p>
6
</section>
7
{% endblock %}