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

{{ header_content.title }}

{{ header_content.location }}   {{ header_content.signup }}
{{ header_content.instructables }} Instructables   {{ header_content.views }} Views   {{ header_content.comments }} Comments   {{ header_content.followers }} Followers

{{ header_content.bio }}

{% if ible_list_title != "" %}
{% endif %}

{{ ible_list_title }}

{% for ible in ibles %}
{{ ible.title }}

{{ ible.title }}

{% endfor %}

View all Instructables


{{ ach_list_title }}

{% for ach in achs %}

{{ ach[0] }}

{{ ach[1] }}

{% endfor %}
{% endblock %}