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

Version Path
ramaze-2023.01.06 examples/templates/view/external.liquid
Pistos-ramaze-2008.09 examples/templates/template/external.liquid
Pistos-ramaze-2008.12 examples/templates/template/external.liquid
Pistos-ramaze-2009.01 examples/templates/template/external.liquid
Pistos-ramaze-2009.02 examples/templates/template/external.liquid
Pistos-ramaze-2009.04.08 examples/templates/view/external.liquid
Pistos-ramaze-2009.06.12 examples/templates/view/external.liquid
clivecrous-ramaze-0.3.9.5 examples/templates/template/external.liquid
manveru-ramaze-2008.07 examples/templates/template/external.liquid
manveru-ramaze-2008.08 examples/templates/template/external.liquid
manveru-ramaze-2008.09 examples/templates/template/external.liquid
manveru-ramaze-2008.10 examples/templates/template/external.liquid
manveru-ramaze-2008.12 examples/templates/template/external.liquid
manveru-ramaze-2009.01 examples/templates/template/external.liquid
manveru-ramaze-2009.04.01 examples/templates/view/external.liquid
manveru-ramaze-2009.04.08 examples/templates/view/external.liquid
manveru-ramaze-2009.04.18 examples/templates/view/external.liquid
manveru-ramaze-2009.04.22 examples/templates/view/external.liquid
manveru-ramaze-2009.04 examples/templates/view/external.liquid
manveru-ramaze-2009.05.08 examples/templates/view/external.liquid