{% load chem %}
{% if mineral %}{{ mineral.name }} — Daily Stone{% else %}Daily Stone{% endif %}
{% if mineral %}
{% endif %}
{% if mineral %}
Random
{% if is_random %}Random Stone{% else %}Daily Stone{% endif %}
{{ mineral.name }}
{% if mineral.formula %}
{{ mineral.formula|chem_formula }}
{% endif %}
{{ today|date:"F j, Y" }}
Go
{% if mineral.image_urls %}
{% if mineral.image_urls|length > 1 %}
{% for url in mineral.image_urls %}
{% endfor %}
{% endif %} {% else %}
No image available
{% endif %}
{% if mineral.color_description %} {{ mineral.color_description }} {% else %} Typical color {% endif %}
{{ mineral.color_hex }}
Properties
{% if mineral.category %}
Category
{{ mineral.category }}
{% endif %} {% if mineral.crystal_system %}
Crystal System
{{ mineral.crystal_system }}
{% endif %} {% if mineral.mohs_hardness %}
Hardness (Mohs)
{{ mineral.mohs_hardness }}
{% endif %} {% if mineral.luster %}
Luster
{{ mineral.luster }}
{% endif %} {% if mineral.streak %}
Streak
{{ mineral.streak }}
{% endif %} {% if mineral.specific_gravity %}
Specific Gravity
{{ mineral.specific_gravity }}
{% endif %}
{% if mineral.description %}
About
{% for para in mineral.description.splitlines %} {% if para %}
{{ para }}
{% endif %} {% endfor %}
{% endif %} {% if mineral.history %}
History & Etymology
{% for para in mineral.history.splitlines %} {% if para %}
{{ para }}
{% endif %} {% endfor %}
{% endif %} {% else %}
Daily Stone
No minerals have been loaded yet. Check back soon!
k-boris.tech
{% endif %}