diff --git a/pages/index.mako b/pages/index.mako index 980a0d5..60a3543 100644 --- a/pages/index.mako +++ b/pages/index.mako @@ -1 +1,3 @@ -Hello World! +<%include file="header.mako" args="title='Index Page'"/> +

Earwig!

+<%include file="footer.mako"/> diff --git a/support/footer.mako b/support/footer.mako new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/support/footer.mako @@ -0,0 +1,2 @@ + + diff --git a/support/header.mako b/support/header.mako new file mode 100644 index 0000000..f8eecb9 --- /dev/null +++ b/support/header.mako @@ -0,0 +1,5 @@ + + +${title} + +