randomcharacter/root/char.tt

11 lines
236 B
Plaintext

<h1> Random Characters </h1>
<p>This generates 10 random [% game %] character concepts by a gender, race, and class. </p>
<ul>
[% FOREACH c IN chars %]
<li>[% c %]</li>
[% END %]
</ul>
<h2>Sources</h2>
<p>Sources are [% sources %]</p>