aboutsummaryrefslogtreecommitdiff
path: root/templates/vegetables.html
blob: eabb31525f8b7831a8da0427ffae574d7e1dc99b (plain)
1
2
3
4
5
6
7
8
9
<h1>Légumes</h1>

<ul>
  $for(vegetables)$
    <li>
      <a href="$url$">$title$</a>
    </li>
  $endfor$
</ul>