mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-17 10:31:32 +01:00
Migrating to Silex
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{% extends "base.twig" %}
|
||||
{% extends app.fronthtml~"/base.twig" %}
|
||||
{% block content %}
|
||||
<h5 style="text-align:center">Last codes</h5>
|
||||
{% include "filter.twig" %}
|
||||
{% include app.fronthtml~"/filter.twig" %}
|
||||
<div id="ajaxPut">
|
||||
{% include "firstCodes.twig" %}
|
||||
{% include app.fronthtml~"/firstCodes.twig" %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user