mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-15 01:21:35 +01:00
Initial commit
This commit is contained in:
15
Source/assets/html/firstCodes.twig
Normal file
15
Source/assets/html/firstCodes.twig
Normal 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>
|
||||
Reference in New Issue
Block a user