{% if project.img %}
{%
include figure.liquid
loading="eager"
path=project.img
sizes = "250px"
alt="project thumbnail"
%}
{% endif %}
{{ project.title }}
{{ project.description }}
{% if project.github %}
{% if project.github_stars %}
{% endif %}
{% endif %}