Christian Berendt b7cc43aaf4 Add support for templates
To create the URLs for all dashboard files inside dashboards use:

python gerrit_dash_creator/cmd/creator.py dashboards/*

Change-Id: I922c4e0606ae168c5c9b353d550629b4f52a8aff
2014-09-01 09:15:16 +00:00

291 B

{{ title }}

{% if description %} Description:

{{ description }}

{%- endif %}

URL:

{{ url }}

{% if configuration %} Configuration:

{% for line in configuration.splitlines() %}

{{ line }}

{%- endfor %} {% endif %}