Updated blacklane, chubb and anthology's templates. Some small script updates. Todos.

This commit is contained in:
Norm Rasmussen
2024-03-14 17:49:46 -04:00
parent f4a1a757c4
commit f32ce078e1
122 changed files with 2040 additions and 92 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" %}