commit | 5e99216c7f03d3ddee39ff2ca81016cc9d7cecad | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu Mar 22 21:55:15 2018 +0100 |
committer | Akron <nils@diewald-online.de> | Thu Mar 22 21:55:15 2018 +0100 |
tree | 56f705e121e3eba2b16444be27ee1ae31e58ea85 | |
parent | 3fe9fc30c159b2d7fa0b88fb28e585ac0ce83b10 [diff] [blame] |
Improve and test support for customized templates Change-Id: I7209c247b01dc06078d84c18e0a7beed80c6a62c
diff --git a/t/custom/intro.html.ep b/t/custom/intro.html.ep new file mode 100644 index 0000000..0a29e55 --- /dev/null +++ b/t/custom/intro.html.ep
@@ -0,0 +1,6 @@ +% layout 'main', sidebar_active => 1; + + +<div class="intro"> + <h2>This is a custom intro page!</h2> +</div>