{% block head %}
{% block title %}{{ SITENAME }}{% endblock title %}
{% assets filters="libsass,cssmin", output="css/style.min.css", "css/style.scss" %}
{% endassets %} {% from 'syndication.html' import syndication with context %} {{ syndication(article) }} {% if FEED_ALL_ATOM %}
{% endif %} {% if FEED_ALL_RSS %}
{% endif %} {% if FEED_ATOM %}
{% endif %} {% if FEED_RSS %}
{% endif %} {% if CATEGORY_FEED_ATOM and category %}
{% endif %} {% if CATEGORY_FEED_RSS and category %}
{% endif %} {% if TAG_FEED_ATOM and tag %}
{% endif %} {% if TAG_FEED_RSS and tag %}
{% endif %} {% endblock head %} {% block body_class %} {% endblock body_class %}
0%
{{ SITENAME }}
{{ SITESUBTITLE }}
Solar
menu
About
Low-tech Solutions
High-tech Problems
Obsolete Technology
Archive
Donate
rss
{% block content %} {% endblock %}