Initial commit

This commit is contained in:
JoseluCross
2017-09-17 18:22:54 +02:00
commit 5531725cfe
135 changed files with 19288 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<div class="container-fluid">
<div class="row">
{% for code in page.last %}
{% if loop.index0 is divisible by(2) %}
</div>
<div class="row">
{% endif %}
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="codebox">
{% include "codebox.twig" %}
</div>
</div>
{% endfor %}
</div>
</div>