Rapsys Git
/
airbundle
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Set slot as nullable
[airbundle]
/
Resources
/
views
/
base.html.twig
1
<!DOCTYPE html>
2
<html>
3
<head>
4
{% block metas %}<meta charset="UTF-8">{% endblock %}
5
<title>{% block title %}Welcome!{% endblock %}</title>
6
{% block stylesheets %}{% endblock %}
7
</head>
8
<body>
9
{% block body %}{% endblock %}
10
{% block javascripts %}{% endblock %}
11
</body>
12
</html>