aboutsummaryrefslogtreecommitdiff
path: root/plugins/javadoc/src/main/resources/views/components/indexPage.korte
blob: 49d0fea2fa65f7091517249e0cd5b87f39d867db (plain)
1
2
3
4
5
6
7
8
9
10
<main role="main">
    <div class="header">
        <h1 {{ h1Title(kind)|raw }}class="title">{{ title }} {{ version }} API</h1>
    </div>
    <div class="contentContainer">
        <div class="overviewSummary">
            {% include "components/indexTable.korte" %}
        </div>
    </div>
</main>