{% extends "base.html" %}
{% import "partials/detail_cards.html" as detail %}
{% import "partials/icons.html" as icons %}
{% import "partials/image_section.html" as img %}
{% block title %}Brewlog · {{ roaster.name }}{% endblock %}
{% block og_title %}{{ roaster.name }} — Brewlog{% endblock %}
{% block og_description %}
{{ roaster.name }}
— {{ roaster.country_flag }}
{{ roaster.country }}{% if let Some(c) = roaster.city %}, {{ c }}{% endif %}
{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
Roasters
· {{ roaster.created_date }}
{{ roaster.name }}