{% if profile.height %}Height: {{ profile.height }}{% endif %} {% if profile.height and profile.weight %} · {% endif %} {% if profile.weight %}Weight: {{ profile.weight }}{% endif %}
{% endif %}{% extends "base.html" %}
{% block title %}SneakySwole — Home{% endblock %}
{% block content %}
Your open-source workout trackerSneakySwole
{% if profile.height %}Height: {{ profile.height }}{% endif %} {% if profile.height and profile.weight %} · {% endif %} {% if profile.weight %}Weight: {{ profile.weight }}{% endif %}
{% endif %}No profiles yet. Create one to get started.
{% endif %} Create New Profile {% endblock %}