techstack.hadan.de/theme/default/partial/footer.ejs

10 lines
194 B
Text
Raw Normal View History

2025-02-18 12:48:15 +01:00
<% if (footer) { %>
<div class="footer warpper" <%= element.wrapper %>>
<%-footer%>
</div>
<% } %>
<script src="<%= RELATIVE_PATH %>js/tocbot.js?v=<%=idocVersion%>"></script>
</body>
</html>