mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
13 lines
217 B
Smarty
13 lines
217 B
Smarty
# Pipes
|
|
|
|
{% import 'common.tpl' as common %}
|
|
|
|
{% for pipe in data.pipes %}
|
|
## <a id="/pipes/{{pipe.name}}"></a>{{pipe.name}}
|
|
|
|
**Description**: {{pipe.doc}}
|
|
|
|
{{ common.shortlist('Used in', pipe.steps) }}
|
|
|
|
{% endfor %}
|