{% for vr in vers %}
{% capture git_hub_url_template %}{{ git_hub_url_raw }}{{"/"}}{{ vr.version }}{{"/"}}{{ vr.template_file }}{% endcapture
%}
{% capture file_name %}{{ "markdown/zabbix_templates/" }}{{ page.folder }}{{"/"}}{{ vr.version }}{{"/README.md"}}{% endcapture %}
{% include markdown_file.html path=file_name %}