| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | agrego archivos para zola | Nicolas Dato | 2023-06-03 | 1 | -0/+7 |
| index : ndato.com | ||
| This website repository |
| summaryrefslogtreecommitdiff |
| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | agrego archivos para zola | Nicolas Dato | 2023-06-03 | 1 | -0/+7 |
{% extends "base.html" %}
{% block title %}{{ section.title }}{% endblock %}
{% block header %}{{ section.title }}{% endblock %}
{% block navigation %}<a href="{{ section.path | safe }}">{{ section.title }}</a>{% endblock %}
{% block content %}
<article title="{{ section.title }}">
{{ section.content | safe }}
</article>
{% endblock %}