Added cards display
This commit is contained in:
parent
c30d1ec4cf
commit
ca8ffa207f
2 changed files with 7 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
||||||
|
|
||||||
1. [](#new)
|
1. [](#new)
|
||||||
* ChangeLog started...
|
* ChangeLog started...
|
||||||
|
* Added `cards` template
|
||||||
|
|
6
templates/cards.twig.html
Normal file
6
templates/cards.twig.html
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{% extends 'partials/base.html.twig' %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<p>Cards template</p>
|
||||||
|
{{ page.content|raw }}
|
||||||
|
{% endblock %}
|
Loading…
Add table
Reference in a new issue