Merging changes from other branches
[rnaseq-cwl-training.git] / _includes / episode_keypoints.html
1 {% comment %}
2   Display key points for an episode.
3 {% endcomment %}
4 <blockquote class="keypoints">
5   <h2>Key Points</h2>
6   <ul>
7     {% for keypoint in page.keypoints %}
8     <li>{{ keypoint|markdownify }}</li>
9     {% endfor %}
10   </ul>
11 </blockquote>