20 lines
369 B
HTML
20 lines
369 B
HTML
---
|
|
data:
|
|
type: hash
|
|
locale:
|
|
type: string
|
|
i18n:
|
|
type: hash
|
|
---
|
|
<p>
|
|
{% render 'sutty/a.html', content: i18n.lorem_ipsum.five_words, href: '/' %}
|
|
</p>
|
|
|
|
<p>
|
|
{% render 'sutty/a.html', content: i18n.lorem_ipsum.ten_words, href: 'https://sutty.nl' %}
|
|
</p>
|
|
|
|
<p>
|
|
{% render 'sutty/a.html', content: i18n.lorem_ipsum.ten_words, href: 'sutty/https://sutty.nl' %}
|
|
</p>
|