kbin-core/templates/components/entry_inline.html.twig
2023-02-13 18:30:26 +01:00

1 line
155 B
Twig

<a href="{{ path('entry_single', {magazine_name: this.entry.magazine.name, entry_id: this.entry.id, slug: this.entry.slug }) }}">{{ this.entry.title }}</a>