website/templates/index.html

10 lines
499 B
HTML

{% import "macros.html" as macros %}
{% import "home/components/home-card.html" as card_macro %}
{% import "home/components/home-card-new.html" as card_macro2 %}
{% extends "base.html" %} {% block meta %}
{% set description = "LibrePages: JAMstack platform with focus on privacy and speed" %} {% set title = "Home" %} {{ macros::get_meta_tags(title=title, description=description) }} {% endblock meta %} {% block content %}
{% include "home/components/_banner-new.html" %}
{% endblock content %}