2018-09-27 03:34:33 -04:00
{% extends "base.html" %}
{% block title %}disclaimer{% endblock %}
{% block main %}
< img src = "{{ url_for('static', filename='logo.png') }}" height = "200px" >
< h1 > disclaimer< / h1 >
< p >
2019-01-26 16:52:14 -05:00
canonlaw.vypr.xyz is not officially endorsed by any canonical Orthodox body or member of clergy and is not meant
2018-09-27 03:34:33 -04:00
to be a substitute for official canon law sources.
< br > < br >
2019-01-26 16:52:14 -05:00
canonlaw.vypr.xyz does not endorse using this website or the API to criticize others, and especially does not
2018-09-27 03:34:33 -04:00
endorse using this website to criticize clergy. If you have a concern with your priest or bishop or any other
2019-01-26 16:52:14 -05:00
member of clergy, contact the appropriate parties (such as your bishop, archbishop, or metropolitan).
2018-09-27 03:34:33 -04:00
< br > < br >
2019-01-26 16:52:14 -05:00
If you have questions, concerns, or feedback about this website or would simply like to contact us, email < a href = "mailto:me@vypr.xyz?subject=canonlaw - " > me@vypr.xyz< / a >
with the subject prefixed with "canonlaw -". Your email will be answered promptly.
2018-09-27 03:34:33 -04:00
< / p >
{% endblock %}