{% extends 'babybuddy/page.html' %} {% load cards i18n static %} {% block title %}{% trans "Timeline" %}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% include 'timeline/_timeline.html' %}
{% endblock %}