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

dokka.templates.base.ftl Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
<#import "includes/page_metadata.ftl" as page_metadata>
<#import "includes/header.ftl" as header>
<#import "includes/footer.ftl" as footer>



    
    <@page_metadata.display/>
    <@template_cmd name="pathToRoot">
    
    <#-- This script doesn't need to be there but it is nice to have
    since app in dark mode doesn't 'blink' (class is added before it is rendered) -->
    
    <#-- Resources (scripts, stylesheets) are handled by Dokka.
    Use customStyleSheets and customAssets to change them. -->
    <@resources/>


    
<@header.display/>
<@content/> <@footer.display/>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy