Skip to content
Snippets Groups Projects
Commit 435a76f3 authored by Eric Bremner's avatar Eric Bremner Committed by Eric Bremner
Browse files

ISTWCMS-4619: adding template for blog listing page

parent 6a7fef19
No related branches found
No related tags found
2 merge requests!32Tag 1.0.1,!31ISTWCMS-4619: removing views templates that are no longer required and adding...
{{ dd() }}
{% include '@components/card/card.twig' with {
'title': blog.title,
'date': blog.date,
'sources': blog.sources,
'tags': blog.tags,
'content': blog.content,
} %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment