Messing with common i18n modules.
[blog.pm.git] / templates / src / default / post / edit.tt2
blob4e1b25943def7371eb327d3bf4cbcad7b058c50c
1 [% WRAPPER 'include/corners' %]
2 <h2 class="title"><a href="[% uri_post_list() %]">[% c.loc('Blog')
3     %]</a> &larr; <a href="[% uri_post_view(post)
4     %]">[% post.title | html %]</a> &larr; [% c.loc('Edit post') %]</h2>
6 [% PROCESS 'post/form.tt2' %]
8 [% END %]