Moves components out of snippets

This commit is contained in:
Mouse Reeve
2021-01-29 08:51:36 -08:00
parent 65db2e63ac
commit 6ccf7841e1
12 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,21 @@
<article class="card">
<header class="card-header">
{% block card-header %}
{% endblock %}
</header>
{% if not status or status.status_type != 'GeneratedNote' or status.book or status.mention_books.exists or status.mention_users.exists %}
<section class="card-content">
{% block card-content %}
{% endblock %}
</section>
{% endif %}
<footer class="card-footer has-background-white-bis">
{% block card-footer %}
{% endblock %}
</footer>
{% block card-bonus %}
{% endblock %}
</article>