2017-02-20 20:52:00 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<TEI xmlns="http://www.tei-c.org/ns/1.0"$if(lang)$ xml:lang="$lang$"$endif$>
|
|
|
|
<teiHeader>
|
|
|
|
<fileDesc>
|
|
|
|
<titleStmt>
|
|
|
|
<title>$title$</title>
|
|
|
|
$for(author)$
|
2018-08-17 06:06:49 +02:00
|
|
|
<author>$author$</author>
|
2017-02-20 20:52:00 +01:00
|
|
|
$endfor$
|
|
|
|
</titleStmt>
|
|
|
|
<publicationStmt>
|
2018-08-17 06:19:03 +02:00
|
|
|
$if(publicationStmt)$
|
2017-02-20 20:52:00 +01:00
|
|
|
<p>$if(publicationStmt)$$publicationStmt$$endif$</p>
|
2018-08-17 06:19:03 +02:00
|
|
|
$endif$
|
|
|
|
$if(license)$
|
2017-02-20 20:52:00 +01:00
|
|
|
<availability><licence>$license$</licence></availability>
|
2018-08-17 06:19:03 +02:00
|
|
|
$endif$
|
|
|
|
$if(publisher)$
|
|
|
|
<publisher>$publisher$</publisher>
|
|
|
|
$endif$
|
|
|
|
$if(pubPlace)$
|
|
|
|
<pubPlace>$pubPlace$</pubPlace>
|
|
|
|
$endif$
|
|
|
|
$if(address)$
|
|
|
|
<address>$address$</address>
|
|
|
|
$endif$
|
|
|
|
$if(date)$
|
|
|
|
<date>$date$</date>
|
2017-02-20 20:52:00 +01:00
|
|
|
$endif$
|
|
|
|
</publicationStmt>
|
|
|
|
<sourceDesc>
|
|
|
|
$if(sourceDesc)$
|
|
|
|
$sourceDesc$
|
|
|
|
$else$
|
|
|
|
<p>Produced by pandoc.</p>
|
|
|
|
$endif$
|
|
|
|
</sourceDesc>
|
|
|
|
</fileDesc>
|
|
|
|
</teiHeader>
|
|
|
|
<text>
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
|
|
|
<body>
|
|
|
|
$body$
|
|
|
|
</body>
|
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|
|
|
|
</text>
|
|
|
|
</TEI>
|