94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
7 lines
81 B
HTML
7 lines
81 B
HTML
<h1>Listing People</h1>
|
|
|
|
<table>
|
|
<% for person in @people %>
|
|
<tr>
|
|
</tr>
|
|
</table>
|