{% extends "base.html" %} {% block title %}Account — Multithreaded{% endblock %} {% block head %}{% endblock %} {% block header %}{% include "partials/site_header.html" %}{% endblock %} {% block content %}

Account

Signature

A short markdown note rendered below every post you make. Fan+ subscribers may use image embeds; otherwise text and links only.

{% if let Some(err) = error %}
{{ err }}
{% endif %} {% if has_plus %}
{% if signature_markdown.is_some() %} {% endif %}
{% if let Some(html) = signature_html %}

Preview

{{ html|safe }}
{% endif %} {% else %}
Signatures are a Fan+ feature. Learn more.
{% endif %}

Status

Hit refresh after subscribing or upgrading on makenot.work to see changes here.
{% endblock %}