lykin follow checker

{% if flash and flash.kind == "error" %}

[ {{ flash.message }} ]

{% endif %}

{% if peer_pubkey and whoami and status %}
    me:     {{ whoami      }}
    peer:   {{ peer_pubkey }}
    status: {{ status      }}
    
{% endif %}