aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/article.html
blob: 0bc69ae567152f5de423e9fbc5270875952ea43f (plain)
1
2
3
4
5
6
7
8
9
{% extends "normal.html" %}

{% block title %}{{ article.title }} {% endblock title %}

{% block content %}
    {% with type='single' %}
    {% include "components/card_content.html" %}
    {% endwith %}
{% endblock %}