[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/mary-python/mary-python.github.io/master/_includes/feature_row [Back]  [Original]

{% include base_path %} {% if include.id %} {% assign feature_row = page.[include.id] %} {% else %} {% assign feature_row = page.feature_row %} {% endif %}
{% for f in feature_row %} {% if f.url contains "://" %} {% capture f_url %}{{ f.url }}{% endcapture %} {% else %} {% capture f_url %}{{ f.url | prepend: base_path }}{% endcapture %} {% endif %}
{% if f.image_path %}
{% endif %}
{% if f.title %}

{{ f.title }}

{% endif %} {% if f.excerpt %}
{{ f.excerpt | markdownify }}
{% endif %} {% if f.url %}

{{ f.btn_label | default: site.data.ui-text[site.locale].more_label | default: "Learn More" }}

{% endif %}
{% endfor %}

Web Proxy Viewer  |  New URL  |  Original Page