Copied Cin7 Templates to update their pages to allow for more openness.

This commit is contained in:
Norm Rasmussen
2024-08-15 16:44:04 -04:00
parent bae1307bb4
commit cad4a27584
123 changed files with 5089 additions and 168 deletions

View File

@ -0,0 +1,14 @@
{% include "header" %}
<main class="np-main np-subpage-container np-account">
<div class="np-hidden-desktop">
{% include "account_mobile_view", form: form %}
</div>
<div class="np-hidden-mobile np-flex np-flex-center">
{% include "account_desktop_view", form: form %}
</div>
</main>
{% include "footer" %}