Forgot to save yesterday. Mostly data and jupyter changes. Some notes.

This commit is contained in:
Norm Rasmussen
2023-04-17 08:54:10 -04:00
parent c88ffb4004
commit c5b0297704
54 changed files with 6669 additions and 42 deletions

View File

@ -0,0 +1,13 @@
{% include "header", current_page_orgin: "training_events" %}
<main class="np-main np-training-events np-subpage-container">
<div class="page__header-wrapper">
<h1 class="np-resource-title">
{% t .title %}
</h1>
<div class="np-resource-subtitle">
{% t .subtitle %}
</div>
</div>
{% include "training_events_index" %}
</main>
{% include "footer" %}