diff --git a/amanuensis/templates/lexicon/contents.html b/amanuensis/templates/lexicon/contents.html index 9b43b79..ac797f3 100644 --- a/amanuensis/templates/lexicon/contents.html +++ b/amanuensis/templates/lexicon/contents.html @@ -8,7 +8,7 @@ {{ message }}
{% endfor %} -

Index

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file diff --git a/amanuensis/templates/lexicon/rules.html b/amanuensis/templates/lexicon/rules.html index c9823ce..f272507 100644 --- a/amanuensis/templates/lexicon/rules.html +++ b/amanuensis/templates/lexicon/rules.html @@ -4,7 +4,7 @@ {% block main %} -

Rules

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file diff --git a/amanuensis/templates/lexicon/statistics.html b/amanuensis/templates/lexicon/statistics.html index feacb86..7afe417 100644 --- a/amanuensis/templates/lexicon/statistics.html +++ b/amanuensis/templates/lexicon/statistics.html @@ -4,7 +4,7 @@ {% block main %} -

Statistics

+Placeholder text {% endblock %} {% set template_content_blocks = [self.main()] %} \ No newline at end of file