%include file="header.html"/>
${title}
% if alias:
% for v in md.index.attribute(aliases[alias]):
- ${v}
% endfor
% else:
% for a in aliases:
% if md.index.attribute(aliases[a]):
- ${a}
% for v in md.index.attribute(aliases[a]):
- ${v}
% endfor
% endif
% endfor
% endif
<%include file="footer.html"/>