Files
Gainsight/Custom_Templates/customer_templates/Cin7 Customers/training_events.html.liquid

12 lines
239 B
Plaintext

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