{% extends 'base.html' %} {% load core_tags seo_tags %} {% block title %}Articles | No Hype AI{% endblock %} {% block head_meta %} {% canonical_url page as canonical %} {% endblock %} {% block content %}

{{ page.title }}

Filter by tag

All {% for tag in available_tags %} {{ tag.name }} {% endfor %}
{% for article in articles %} {% include 'components/article_card.html' with article=article %} {% empty %}

No articles found.

{% endfor %} {% endblock %}