All Downloads are FREE. Search and download functionalities are using the official Maven repository.

view.book.ftl Maven / Gradle / Ivy

There is a newer version: 5.15.0
Show newest version
<#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}

Author:${book.author}

Publication Date:${book.publicationDate}

ISBN:${book.isbn}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy