{% extends "hosterbase.html" %} {% block body %}
{% if tiddler.title == "profile" %}

Type in some profile information in the text area. Tells us a bit about yourself. You can use TiddlyWiki syntax to mark things up as you like.

You may want to talk about the resources you are making available with Hoster.

{% elif tiddler.title %}

Make your edits to {{ tiddler.title }}.

{% else %}

Make your edits.

{% endif %}
{% if tiddler.title %} {% else %} Title:
{% endif %} Cancel
{% endblock %}