{% macro render_node(node) %} {% if node.name == "index.md" or node.name == "index.html" %} {% else %}
  • {% if node.children %} {{ node.name }} {% else %} {{ node.name }} {% endif %}
  • {% endif %} {% endmacro %} Hackable Notes {% for script in config.scripts %} {% endfor %} {% for style in config.styles %} {% endfor %}
    {{ content | safe }}