Added cards display

This commit is contained in:
Makary 2023-11-07 01:26:37 +00:00
parent c30d1ec4cf
commit ca8ffa207f
2 changed files with 7 additions and 0 deletions

View file

@ -3,3 +3,4 @@
1. [](#new)
* ChangeLog started...
* Added `cards` template

View file

@ -0,0 +1,6 @@
{% extends 'partials/base.html.twig' %}
{% block content %}
<p>Cards template</p>
{{ page.content|raw }}
{% endblock %}