mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-06-14 16:19:59 +00:00
Hapi Config Page. retrieve bundles from server split bundles to resources. new upload page, and Package Registry CACHE
7 lines
197 B
HTML
7 lines
197 B
HTML
<ul class="list-group">
|
|
{% for canonical in canonicals %}
|
|
<li class="list-group-item">
|
|
<a href="{{ canonical }}" target="_blank">{{ canonical }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul> |