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

view.books.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="books" type="org.mockserver.model.Book[]" -->
<#setting url_escaping_charset="UTF-8">

<@compress single_line=true>
    <#escape x as x?html>
	
	
		
			List of Books
			
			
		
        <#flush>
		
			
                    <#list books as book>
					
Details Title Author
${book.id} ${book.title} ${book.author}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy