All Downloads are FREE. Search and download functionalities are using the official Maven repository.

narrative.templates.pdfa_pmlc.html Maven / Gradle / Ivy

The newest version!



    
    
    <meta name="subject" th:content="${subject}"/>
    <meta name="author" th:content="${author}"/>
    <meta name="description" th:content="${description}"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <bookmarks>
        <bookmark th:each="bookmark: ${bookmarks.entrySet()}" th:name="${bookmark.getKey()}" th:href="${bookmark.getValue()}"/>
    </bookmarks>
    <style th:utext="${css}"/>
</head>
<body th:utext="${content}"/>
</html>
</code></pre>    <br/>
    <br/>
<div class='clear'></div>
</main>
</div>
<br/><br/>
    <div class="align-center">© 2015 - 2025 <a href="/legal-notice.php">Weber Informatics LLC</a> | <a href="/data-protection.php">Privacy Policy</a></div>
<br/><br/><br/><br/><br/><br/>
</body>
</html>