## -*- coding: utf-8 -*- <%namespace name="helper" file="index_helper.tmpl"/> <%namespace name="comments" file="comments_helper.tmpl"/> <%inherit file="base.tmpl"/> <%block name="extra_head"> ${parent.extra_head()} % if posts and (permalink == '/' or permalink == '/' + index_file): % endif <%block name="content"> <%block name="content_header"> % if 'main_index' in pagekind: ${front_index_header}

Reproducibility, Open Research, & Librarians

My thoughts as I navigate the world of data librarianship.

% endif
% for post in posts:

${post.title()|h}

%if index_teasers:
${post.text(teaser_only=True)} %else:
${post.text(teaser_only=False)} %endif
% endfor
${helper.html_pager()} ${comments.comment_link_script()}