diff options
Diffstat (limited to 'themes/templates/page.html')
| -rw-r--r-- | themes/templates/page.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/templates/page.html b/themes/templates/page.html new file mode 100644 index 0000000..a1b91c9 --- /dev/null +++ b/themes/templates/page.html @@ -0,0 +1,6 @@ +<article class="page single" role="article"> + <h2 class="page-title" role="heading">$title$</h2> + <div class="page-content"> + $body$ + </div> +</article> |
