mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
8f57aa5f37
Redoes the UI to remove timelines, promote domains, and a lot of other things to support the refactor.
5 lines
169 B
HTML
5 lines
169 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block opengraph %}
|
|
{# Error pages don't have the context loaded, so disable opengraph to keep it from spewing errors #}
|
|
{% endblock %}
|