source: bookmarks/trunk/lib/Bookmarks/html_list.tt @ 111

Last change on this file since 111 was 111, checked in by peter, 8 years ago

#6: Split the core HTML list of bookmarks into an included template.

File size: 174 bytes
Line 
1<html>
2  <head>
3    <title>[% title %]</title>
4    <base href="[% base_url %]"/>
5  </head>
6  <body>
7    [% INCLUDE list_core.tt %]
8  </body>
9</html>
10<!--
11vim:syntax=html
12-->
Note: See TracBrowser for help on using the repository browser.