mybuddy/core/templates/timeline/timeline.html

13 lines
299 B
HTML

{% extends 'babybuddy/page.html' %}
{% load cards i18n static thumbnail %}
{% block title %}{% trans "Timeline" %}{% endblock %}
{% block breadcrumbs %}
<li class="breadcrumb-item font-weight-bold">{% trans "Timeline" %}</li>
{% endblock %}
{% block content %}
{# TODO! #}
{% endblock %}