summaryrefslogtreecommitdiff
path: root/data/templates/default.opml
blob: c3566d3b06bd98a68d468b10614de83258675ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
  <head>
    <title>$title$</title>
    <dateModified>$date$</dateModified>
    <ownerName>$for(author)$$author$$sep$; $endfor$</ownerName>
  </head>
  <body>
$body$
  </body>
</opml>