{% extends "delivery/base.html" %}
{% block title %}{{ page.meta_title or page.title }} · {{ site.title }}{% endblock %}
{% block social_meta %}
{%- set _title = page.meta_title or page.title -%}
{% if canonical_url %}{% endif %}
{% if meta_description %}{% endif %}
{% if site %}{% endif %}
{% if og_image_url %}{% endif %}
{% if meta_description %}{% endif %}
{% if og_image_url %}{% endif %}
{% endblock %}
{% block content %}
{{ page.title }}
{{ post.body_excerpt }}
{% endif %}{{ "No more posts yet." if pinned_posts else "No posts yet." }}
{% endif %} {% endblock %}