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

Public, permanent, on-chain. Posting burns {{ BOARD_POST_AMOUNT }} tick, plus a separate network fee, currently {{ board_fee_floor }}+ ticks and rising as the board fills up or with congestion.

{{ post_count }} post{{ "s" if post_count != 1 }}
{% if rows %} {% for row in rows %} {% set mine = row.tx.from == own_addr %}
{{ render_board_text(row.tx.memo[tag_len:]) }}
{% if row.pending %} pending… {% else %}   {% endif %}
{% endfor %} {% else %}

Nothing posted yet.

{% endif %} {% if is_private %}
{% if compose_err %}
{{ compose_err }}
{% endif %}
fee: {{ board_fee_floor }}+ ticks
{% endif %}
{% if total_pages > 1 %} {% endif %} {% endblock %}