Cin7 templates. Some changes for Sandata. Downlaoded new templates.

This commit is contained in:
Norm Rasmussen
2024-04-17 17:28:06 -04:00
parent ca62198d9c
commit 7de269b38b
125 changed files with 95 additions and 82 deletions

View File

@ -0,0 +1,13 @@
{% include "header" %}
<div class="hero-homepage">
<div class="np-max-width">
<div class="hero-text">Live Training Events</div>
</div>
</div>
<div class="section events np-max-width">
<div class="section-content">
{% include "training_events_index" %}
</div>
</div>
{% include "footer" %}