{% extends 'base.html' %} {% block content %} {% set index=True %} {# ========= header =========== #} {% set notes_title="Notes Shell" %} {% set lead=" An empty shell template, ready to be filled up with notes. " %} {% set link="https://github.com/charlesreid1/notes-shell" %} {% include 'notes_head.html' %} {# ========= topic 1 =========== #} {% set anchor="topic-1" %} {% set cluster="Topic 1" %} {% include 'notes_clustertitle.html' %}