My theme for forester (+plugins)
1<?xml version="1.0"?>
2<!-- SPDX-License-Identifier: CC0-1.0 -->
3<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:f="http://www.forester-notes.org">
4
5 <xsl:output method="html" encoding="utf-8" indent="yes" doctype-public="" doctype-system="" omit-xml-declaration="yes"/>
6 <xsl:strip-space elements="f:author f:contributor"/>
7 <xsl:include href="core.xsl" />
8 <xsl:include href="metadata.xsl" />
9 <xsl:include href="links.xsl" />
10 <xsl:include href="tree.xsl" />
11
12 <!-- <xsl:template match="pause"></xsl:template> -->
13
14</xsl:stylesheet>