medisoft customizations

This commit is contained in:
Norm Rasmussen
2022-05-25 22:12:56 -04:00
parent 8ac64aeecd
commit 9ea7bad737
35 changed files with 464 additions and 36 deletions

View File

@ -0,0 +1,12 @@
{% include "header" %}
{% include "sub_navigation", current_page: "/app/user-guides" %}
<main class="np-main np-dashboard np-subpage-container np-max-width">
<div class="row np-flex-center">
<div class="np-resource-title">
User Guides & Resources
</div>
{% include "guides_index", class: "col-xs-12 col-sm-6 np-stretch-content" %}
</div>
</div>
</main>
{% include "footer" %}