{% extends 'base.html' %} {% load wagtailcore_tags wagtailimages_tags seo_tags %} {% block title %}{{ page.title }} | No Hype AI{% endblock %} {% block content %}

{{ page.title }}

{{ page.read_time_mins }} min read

{% if page.hero_image %} {% image page.hero_image fill-1200x630 %} {% endif %} {{ page.body }} {% article_json_ld page %}

Related

{% for article in related_articles %} {{ article.title }} {% endfor %}
{% if page.comments_enabled %}
{% csrf_token %}
{% endif %} {% endblock %}