A new Riff-radio.org site with a static approach.

crumbs.tmpl 142B

123456
  1. ## -*- coding: utf-8 -*-
  2. <%namespace name="ui" file="ui_helper.tmpl" import="*"/>
  3. <%def name="bar(crumbs)">
  4. ${ui.breadcrumbs(crumbs)}
  5. </%def>