Skip to content

Commit d8960dc

Browse files
author
majid noureddine
committed
keep base clean
1 parent 0d8567f commit d8960dc

File tree

2 files changed

+63
-77
lines changed

2 files changed

+63
-77
lines changed

.idea/workspace.xml

Lines changed: 62 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/base.html.twig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
{% block stylesheets %}{% endblock %}
77
</head>
88
<body>
9-
{% block body %}
10-
{% block menu %}
11-
{% endblock menu %}
12-
{% endblock %}
9+
{% block body %}{% endblock %}
1310
{% block javascripts %}
1411
<script src="jquery.js"></script>
1512
{% endblock %}

0 commit comments

Comments
 (0)