mirror of
https://github.com/Shopify/liquid.git
synced 2026-01-28 21:14:36 +00:00
509 B
509 B
layout, title, nav
| layout | title | nav | ||
|---|---|---|---|---|
| default | template |
|
template
template returns the name of the template used to render the current page, with the .liquid extension omitted.
Input
{% highlight html %}{% raw %}
{{ template }}
{% endraw %}{% endhighlight %}
Output
{% highlight html %}{% raw %}
index
{% endraw %}{% endhighlight %}