]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/FederationBundle/Resources/views/themes/material/User/recommendations.html.twig
WIP
[github/wallabag/wallabag.git] / src / Wallabag / FederationBundle / Resources / views / themes / material / User / recommendations.html.twig
CommitLineData
bf6c0346
TC
1{{ dump(recommendations) }}
2{% for entry in recommendations %}
3{{ include('@WallabagCore/themes/material/Entry/_card_list.html.twig') }}
4{% endfor %}