New updates

This commit is contained in:
2020-11-17 11:40:11 +01:00
parent 80711cd918
commit 6299b2f983
7 changed files with 73 additions and 91 deletions

View File

@@ -0,0 +1,15 @@
{% 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>API</h1>
<p>Hier kunt u informatie vinden over de API zodat er ge-automatiseed patient data kan worden gegenereerd</p>
<p>Documentatie: <a href="redoc" target="_blank">Redoc / Swagger</a> </p>
{% endblock %}