diff options
Diffstat (limited to 'bin/templates/basic_page.mustache')
-rw-r--r-- | bin/templates/basic_page.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/templates/basic_page.mustache b/bin/templates/basic_page.mustache index 345d2da0..97a60d06 100644 --- a/bin/templates/basic_page.mustache +++ b/bin/templates/basic_page.mustache @@ -12,6 +12,7 @@ {{{main_navigation_html}}} </header> <div class="mainbody"> + <h2>{{page_title}}</h2> {{{main_html}}} </div> </body> |