1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
reyasume/_includes/components/resume/award.njk

10 lines
377 B

<li class="award{% if not award.highlight %} lowlight{% endif %}">
{% if award.image %}
<img src="/img/{{ award.image }}" class="icon" aria-hidden="true" />
{% endif %}
<span class="team">{{ award.role }}</span>
<span class="name">{{ award.name }}</span>
{% if award.description %}
<span class="description">{{ award.description }}</span>
{% endif %}
</li>