view.book.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mockserver-examples Show documentation
Show all versions of mockserver-examples Show documentation
An example project demonstration tests using the mock server and proxy
<#ftl strip_whitespace=true strict_syntax=true strip_text=true>
<#-- @ftlvariable name="book" type="org.mockserver.model.Book" -->
<#setting url_escaping_charset="UTF-8">
<@compress single_line=true>
<#escape x as x?html>
List of Books
<#flush>
Id:${book.id}
Title:${book.title}
Publication Date:${book.publicationDate}
ISBN:${book.isbn}
#escape>
@compress>