18 lines
275 B
HTML
18 lines
275 B
HTML
---
|
|
data:
|
|
type: hash
|
|
locale:
|
|
type: string
|
|
i18n:
|
|
type: hash
|
|
---
|
|
{% assign tags = data.fixtures.card_search.tags %}
|
|
|
|
{%
|
|
render 'card_search.html',
|
|
title: '11node',
|
|
description: 'bried description of this node. Up to a couple line at most.',
|
|
url:'#?' ,
|
|
tags:
|
|
%}
|