{% extends "roadrunner/roadrunner_page.html" %}
{% load static %}
{% block styles %}
{{ block.super }}
{% if blog_stylesheet_paths %}
{% for stylesheet_path in blog_stylesheet_paths %}
{% endfor %}
{% else %}
{% endif %}
{% endblock %}
{% block page_meta %}
{{ block.super }}
{% include "blog/partials/blog_canonical_links.html" with canonical_url=canonical_url only %}
{% include "blog/partials/blog_structured_data.html" with page=page only %}
{% endblock %}