Updated parser functions to include identifiers.

This commit is contained in:
lwark
2025-06-11 13:18:01 -05:00
parent 592073c2a1
commit 90dc97683f
7 changed files with 254 additions and 25 deletions

View File

@@ -0,0 +1,15 @@
{% extends "details.html" %}
<head>
{% block head %}
{{ super() }}
<title>Procedure Details for {{ procedure['name'] }}</title>
{% endblock %}
</head>
<body>
{% block body %}
{% endblock %}
</body>