16 lines
431 B
Plaintext
16 lines
431 B
Plaintext
|
|
{% include "header" %}
|
|
{% include "sub_navigation" %}
|
|
<main class="np-main np-learning-paths np-subpage-container np-max-width">
|
|
{% include 'advisors_banners' %}
|
|
<div class="np-learning-paths-main advisors-lps-container">
|
|
{% include "learning_paths_index_advisors", items: learning_paths.available %}
|
|
</div>
|
|
</main>
|
|
{% include "footer" %}
|
|
|
|
<style>
|
|
.advisors-lps-container {
|
|
margin-top: 40px;
|
|
}
|
|
</style> |