diff options
Diffstat (limited to 'provider/templates/index.html')
-rw-r--r-- | provider/templates/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/provider/templates/index.html b/provider/templates/index.html new file mode 100644 index 0000000..0eea806 --- /dev/null +++ b/provider/templates/index.html | |||
@@ -0,0 +1,9 @@ | |||
1 | $body$ | ||
2 | |||
3 | <ul> | ||
4 | $for(tags)$ | ||
5 | <li> | ||
6 | $body$ | ||
7 | </li> | ||
8 | $endfor$ | ||
9 | </ul> | ||