This commit is contained in:
Ross
2024-10-28 21:36:14 +00:00
parent eeb0483223
commit 6ba7be7abd
2 changed files with 24 additions and 3 deletions
+12 -1
View File
@@ -3,9 +3,20 @@
<h2>Subspecialties</h2>
This page shows the questions that are currently displayed in maxims. The questions are grouped by subspecialty. Examinations that use the same questions are grouped together.
<details>
<summary>Sections</summary>
<ul>
{% for subspecialty, formats in format_map %}
<li>
<a href="#heading-{{subspecialty}}">{{subspecialty}}</a>
</li>
{% endfor %}
</ul>
</details>
{% for subspecialty, formats in format_map %}
<h4>{{subspecialty}}</h4>
<h4 id="heading-{{subspecialty}}">{{subspecialty}}</h4>
<ul>
{% for format in formats %}