19 lines
485 B
Plaintext
19 lines
485 B
Plaintext
{% include "header" %}
|
|
{% include "course_version_outdated_alert", courses: courses.featured %}
|
|
<div style="padding: 10px; background: white;">
|
|
{% include "sub_navigation" %}
|
|
</div>
|
|
|
|
<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" %}
|
|
|