www_tf_demo/templates/partials/pageBox.html
2023-08-17 19:05:09 +03:00

9 lines
266 B
HTML

<div class="mb-8 flex flex-col">
<a href="{{page.permalink}}" class="text-lg font-medium cursor-pointer text-blue-400 py-4">
{{page.title | safe}}
</a>
{% include "partials/tags.html" %}
<p>
{{page.description | safe}}
</p>
</div>