<a href=“{{ project.url }}” target=“_blank” class=“project”>

<figure>
    <h5 class="text-center">{{ project.title }}</h5>
    <img src="{{ project.image_path }}" alt="">
    <br><br>
    <figcaption>
        <p>{{ project.description }}</p>
    </figcaption>
</figure>

</a>