diff --git a/CHANGELOG.md b/CHANGELOG.md index 6896959..b92da29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,4 @@ 1. [](#new) * ChangeLog started... + * Added `cards` template diff --git a/templates/cards.twig.html b/templates/cards.twig.html new file mode 100644 index 0000000..ac5fa34 --- /dev/null +++ b/templates/cards.twig.html @@ -0,0 +1,6 @@ +{% extends 'partials/base.html.twig' %} + +{% block content %} +

Cards template

+ {{ page.content|raw }} +{% endblock %} \ No newline at end of file