.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user