summaryrefslogtreecommitdiff
path: root/data/templates/default.opml
blob: 87f89fab00bcb9c9076fd42103aa566d5315658a (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>$author$</ownerName>
  </head>
  <body>
$body$
  </body>
</opml>