apigeek-architect
Version:
Executable English for Software Teams
26 lines (20 loc) • 504 B
HTML
<html>
<head>
<title>example {{self.greeting}}</title>
</head>
<body>
<h1><a href="index.html">{{self.greeting}} {{self.audience}}</a></h1>
<h2>Sandbox</h2>
<p>Copy and paste a feature to try it out</p>
<form action="/feature" method="POST">
<div>
<textarea name="feature" cols="40" rows="10">
</textarea>
</div>
<div>
<input name="submit" type="submit" value="run feature"/>
</div>
</form>
<pre>Generated by: {{name}} {{self.step}}</pre>
</body>
</html>