page.ftl #1

  • //
  • main/
  • guest/
  • tjuricek/
  • p4java_ext/
  • src/
  • site/
  • templates/
  • page.ftl
  • View
  • Commits
  • Open Download .zip Download (122 B)
<#include "header.ftl">

<#include "menu.ftl">

<div class="container">

${content.body}

</div>

<#include "footer.ftl">
# Change User Description Committed
#1 9085 tjuricek First import of the project, before package refactoring.