Sha256: d479f273bc654eaab84ce6c67ddb1481e29f45da0d2d30acc5b9fe18ca0061e4
Contents?: true
Size: 588 Bytes
Versions: 65
Compression:
Stored size: 588 Bytes
Contents
<html> <head> <title>Template::Liquid external</title> </head> <body> <h1>{{header}}</h1> {{homelink}} <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: {% if args_empty %} none {% else %} {% for arg in args %} <span>{{arg}}</span> {% endfor %} {% endif %} </div> <div> {{params}} </div> </body> </html>
Version data entries
65 entries across 65 versions & 6 rubygems