diff options
Diffstat (limited to 'main/templates/main_wip.html.j2')
| -rw-r--r-- | main/templates/main_wip.html.j2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/templates/main_wip.html.j2 b/main/templates/main_wip.html.j2 new file mode 100644 index 0000000..991feb9 --- /dev/null +++ b/main/templates/main_wip.html.j2 @@ -0,0 +1,12 @@ +{% extends "main_base.html.j2" %} +{% block content %} + <h2>Work in progress or planned projects:</h2> + <ul> + <li>Codenames grid generator</li> + <li>Adding translations or at least disclaimers to the Hungarian pages on the site</li> + <li>A collection of my Space Station 14 characters</li> + <li>Medieval meme (ye olde tapestry) collection</li> + <li>Cool neighborhood page</li> + <li>Self-owned fanlistings for stuff I like (Garry's mod, Lindy Hop, Roleplaying games)</li> + </ul> +{% endblock %} |
