terom@12: <%inherit file="master.html" /> terom@1: terom@12: <%def name="pagination(num_pages, cur_page)"> terom@12: % if num_pages > 1 : terom@12: terom@12: % endif terom@12: terom@12: terom@12:

${title}

terom@12:
terom@12: % if dirs : terom@12: terom@12: % endif terom@12:
terom@12:
terom@12: ${pagination(num_pages, cur_page)} terom@12:
terom@1:
terom@12: % for img in images : terom@12: ${h.tag_for_img(img.html_name, img.thumb_name)} terom@12: % endfor terom@1:
terom@12:
terom@12: ${pagination(num_pages, cur_page)} terom@12:
terom@12:

terom@12: ${description} terom@12:

terom@1:
terom@12:

ShortURL: ${shorturl_code}

terom@1: