{% extends "base.html" %} {% block content %}

{{ site.title }}

A placeholder landing page — replace this intro, or make the whole page your own.

Recent posts

    {% for item in recent.blog %}
  • {{ item.title }} {% if item.date %}{% endif %} {% if item.description %}

    {{ item.description }}

    {% endif %}
  • {% endfor %}

Projects

    {% for item in recent.project %}
  • {{ item.title }} {% if item.description %}

    {{ item.description }}

    {% endif %}
  • {% endfor %}
{% if site.profile or taxonomies.tags %} {% endif %}
{% endblock %}