mybuddy/core/templates/timeline/timeline.html

13 lines
299 B
HTML
Raw Normal View History

2021-08-22 03:42:29 +00:00
{% 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 %}