Skip to content

Commit

Permalink
Fixed jinja-bugs in details.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aseeland authored Oct 25, 2023
1 parent a2e384b commit 56c54e4
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions include/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ __Documentation__

{% if (features.programming_languages or features.environments) %}
=== "Kernels"

{% for kernel in features.kernels %}
{% if features.programming_languages %}
Programming Languages:
{% for kernel in features.programming_languages %}
Expand All @@ -57,19 +55,17 @@ __Documentation__
{% for kernel in features.environments %}
- {{ kernel }}
{% endfor %}
{% endif %}
{% endif %}

{% if features.extensions %}
=== "Extensions"

{% for extension in features.extensions %}
- {{ extension }}
{% endfor %}
{% endif %}

{% if features.proxy_apps %}
=== "Webproxy Applications"

=== "Web-proxy Applications"
{% for app in features.proxy_apps %}
- {{ app }}
Expand All @@ -92,21 +88,21 @@ __Documentation__
{% if technicals %}
## Technicals
Some technical insights about {{ title }}:
{% if technicals.platform %}
{% if technicals.platform %}
- Platform: {{ technicals.platform }}
{% endif %}
{% if technicals.deployment %}
{% endif %}
{% if technicals.deployment %}
- Deployment: {{ technicals.deployment }} {% if technicals.deployment_url %} [Further information]({{ technicals.deployment_url }}) {% endif %}
{% endif %}
{% if technicals.login_attributes %}
{% endif %}
{% if technicals.login_attributes %}
- Required attributes, entitlements or memberships for Login: {{ technicals.login_attributes }}
{% endif %}
{% if technicals.hardware_location %}
{% endif %}
{% if technicals.hardware_location %}
- Hardware location: {{ technicals.hardware_location }}
{% endif %}
{% if technicals.misc %}
{% for feature in technicals.misc %}
{% endif %}
{% if technicals.misc %}
{% for feature in technicals.misc %}
- {{ feature }}
{% endfor %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}

0 comments on commit 56c54e4

Please sign in to comment.