Finished Datasnipper script. Some template stuff.

This commit is contained in:
Norm Rasmussen
2024-09-06 16:05:32 -04:00
parent d4fdd5702b
commit 030787e01c
6 changed files with 79 additions and 14 deletions

View File

@ -13,7 +13,7 @@
<img src="https://i.imgur.com/TayoEHg.png" style="width: 500px">
</div>
<div class="np-homepage-subheadline np-header-font-color">
{{ nothing.subheadline }}
{{ current_school.name }}
</div>
</div>
</div>
@ -22,10 +22,10 @@
<div class="np-homepage-featured np-max-width">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{{ homepage.featured_courses_headline }}
{{ homepage.headline }}
</div>
<div class="np-homepage-subheadline">
{{ homepage.featured_courses_subheadline }}
{{ homepage.subheadline }}
</div>
</div>
{% if courses.in_catalog.any? %}
@ -50,6 +50,7 @@
</div>
{% endif %}
</div>
{% comment %}
{% include "section_popular_topics" %}
{% include "section_professionals" %}
@ -57,6 +58,7 @@
{% include "section_faqs" %}
{% include "section_instructors" %}
{% endcomment %}
</main>
{% include "footer" %}