2022-05-31 18:17:47 +00:00
|
|
|
<div class="horizontal project-row">
|
2022-05-12 13:29:25 +00:00
|
|
|
{{ template_if_empty item.screenshot layout/templates/no_screenshot.html layout/templates/screenshot.html }}
|
2022-05-31 18:17:47 +00:00
|
|
|
<div class="vertical">
|
2022-05-12 13:29:25 +00:00
|
|
|
<h2>{{ item.title }}</h2>
|
|
|
|
<p>{{ item.description }}</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{{ template_if_empty item.website layout/templates/empty.html layout/templates/project_website.html }}
|
|
|
|
<li><a href="https://{{ item.source_url }}">Code</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|