synthea_webservice/webservice/apps/synthea/templates/synthea/index.html

16 lines
418 B
HTML

{% extends 'base.html' %} <!-- Add this for inheritance -->
{% load i18n %}
{% block title %}{% trans "dHealth Synthea" %}{% endblock %}
{% block pagetitle %}{% trans "dHealth Synthea" %}{% endblock %}
{% block menu %}
{% include 'synthea/menu.html' %}
{% endblock %}
{% block content %}
<h1>dHealt Nederland</h1>
<p>Onder leiding van UMCG</p>
<p>Github branches: https://github.com/dHealthNL </p>
{% endblock %}