Sha256: 25722f5862122bf63da026d976928cbb20af3e40ac69935c5c6a02a1925c5e5d
Contents?: true
Size: 609 Bytes
Versions: 15
Compression:
Stored size: 609 Bytes
Contents
<html> <head> <title>Template::Mustache external</title> </head> <body> <h1>{{header}}</h1> {{{link_home}}} <p> Here you can pass some stuff if you like, parameters are just passed like this:<br /> {{{link_one}}}<br /> {{{link_two}}}<br /> {{{link_three}}} </p> <div> The arguments you have passed to this action are: {{#args_empty}} none {{/args_empty}} {{#not_empty}} {{#args}} <span>{{arg}}</span> {{/args}} {{/not_empty}} </div> <div> {{params}} </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems