Files
Gainsight/NP_Custom_Templates/customer_templates/Medisoft/user-guides.html.liquid
2022-05-25 22:12:56 -04:00

13 lines
410 B
Plaintext

{% 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" %}