templates/frontend/content/_card.html.twig line 1
<div class="max-w-sm bg-white shadow dark:bg-gray-800 dark:border-gray-700"><a href="#"><img src="{{ asset(image) }}" alt=""/></a><div class="p-5"><span class="text-gray-400 text-sm">{{ date |date("Y-m-d") }}</span><h5 class="mb-2 text-xl tracking-tight font-light text-gray-900 dark:text-white line-clamp-2 min-h-[56px]">{{ title }}</h5><hr class="my-5">{# <a href="{{ path('app_content_show',{type: app.request.get('type'), id: id}) }}"#}{# class="inline-flex items-center">{{ 'content.more' | trans }}<i class="fa fa-circle-chevron-right ml-2"#}{# aria-hidden="true"></i></a> #}<a href="{{ path('app_content_show_user', {'type': type, 'id': id}) }}"class="inline-flex items-center">{{ 'content.more' | trans }}<i class="fa fa-circle-chevron-right ml-2"aria-hidden="true"></i></a></div></div>