{% block title %}Makenotwork{% endblock %}
{# Global OG / Twitter card metadata. Per-page templates emit their own
og:title / og:description / og:image / og:url / twitter:* tags from
within {% block head %}; only the page-invariant tags live here.
Pages without overrides (cart, library, policy) get a generic but
valid card from site_name + type + card. #}
{% include "_head_assets.html" %}
{% block head %}{% endblock %}
Skip to main content
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}