post.ftl #1

  • //
  • main/
  • guest/
  • tjuricek/
  • p4java_ext/
  • src/
  • site/
  • templates/
  • post.ftl
  • View
  • Commits
  • Open Download .zip Download (258 B)
<#include "header.ftl">
	
	<#include "menu.ftl">
	
	<div class="page-header">
		<h1><#escape x as x?xml>${content.title}</#escape></h1>
	</div>

	<p><em>${content.date?string("dd MMMM yyyy")}</em></p>

	<p>${content.body}</p>

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