website/www/conservancy/static/learn/index.html

12 lines
334 B
HTML
Raw Normal View History

2021-10-19 12:51:57 +00:00
{% extends "base_learn.html" %}
{% block subtitle %}Learn - {% endblock %}
{% block submenuselection %}Overview{% endblock %}
{% block content %}
2021-10-21 15:46:07 +00:00
<h1>Learn About Conservancy</h1>
2021-10-19 12:51:57 +00:00
2021-10-21 15:46:07 +00:00
<p>We have plenty of resources on the side menu to learn more about
Conservancy and our work and the recent lawsuit against Vizio.</p>
2021-10-19 12:51:57 +00:00
{% endblock %}