mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
New mentors.
This commit is contained in:
12
mentors.html
12
mentors.html
@@ -65,7 +65,17 @@ title: Mentorid - Lapikud
|
||||
<h4>Milliseid inimesi ootan oma piksliteks?</h4>
|
||||
<p>{{ mentor.description }}</p>
|
||||
<h4>Milline Lapik olen ise?</h4>
|
||||
<p>{{ mentor.activities }}</p>
|
||||
{% if mentor.activities.first %}
|
||||
{% for activitiesLine in mentor.activities %}
|
||||
{% if activitiesLine == '' %}
|
||||
<br>
|
||||
{% else %}
|
||||
<p>{{ activitiesLine }}</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<p>{{ mentor.activities }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user