Obvody/app/Presentation/Home/default.latte

10 lines
282 B
Plaintext

{* This is the welcome page, you can delete it *}
{block content}
<h3>Seznam obvodů</h3>
<div class="list-group" style="max-width: 200px">
{foreach $obvody as $obvod}
<a n:href=":Obvody: id:$obvod" class="list-group-item list-group-item-action">{$obvod}</a>
{/foreach}
</div>