Switch to side-by-side view
--- a/HelloForge/helloforge/templates/index.html +++ b/HelloForge/helloforge/templates/index.html @@ -14,6 +14,9 @@ <body> <h1>Welcome to HelloForge</h1> <h2>Project: $c.project.shortname</h2> + <form method="GET" ACTION="new_page"> + New Page Title: <input name="title"/><br/> + </form> <h2>The message is <span style="background-color:#fdd">$message</span></h2> <a href="Root/">Root Page</a> <p>The app config follows</p>