{% extends "layout.html" %} {% block title %}Showcase{% endblock %} {% block outerbody %} {% set image = site.get('/showcase').attachments.images.first() %} {% if image %}
{% endif %} {{ super() }} {% endblock %} {% block body %}

Showcase

Want to see what Lektor is used for? This should give you a brief overview of what projects are built on the basis of Lektor. We take good care of ensuring this list stays up to date by carefully moderating it.

Click any of the showcases to learn a bit more about how it uses Lektor.

{% for project_row in this.children | batch(2) %}
{% for project in project_row %} {% endfor %}
{% endfor %}

You want your own website on here? Fork the Lektor Website Repository on GitHub to add your own project. Make sure to add screenshots (aspect ratio ~ 1.6:1) and a description about the project. We encourage you to add a link to your source code so that others can learn from your example. {% endblock %}