Files
Gainsight/Custom_Templates/customer_templates/Cin7 Customers/training_events.html.liquid
2024-01-23 16:54:25 -05:00

14 lines
292 B
Plaintext

{% include "header" %}
<div class="hero-homepage">
<div class="np-max-width">
<div class="hero-text">Events</div>
</div>
</div>
<div class="section events np-max-width">
<div class="section-content">
{% include "training_events_index" %}
</div>
</div>
{% include "footer" %}