{% extends "base.html" %} {% load staticfiles %} {% load feature_flags %} {% block title %}Home{% endblock title %} {% block breadcrumbs-container %}{% endblock breadcrumbs-container %} {% block extra_main_classes %}{% endblock %} {% block main_content %} {% flag_enabled 'ADVERTISE_ACTIVITY_UI' as ADVERTISE_ACTIVITY_UI %} {% flag_enabled 'NEW_CAROUSEL_SLIDE' as NEW_CAROUSEL_SLIDE %} {% flag_enabled 'CAROUSEL_CMS' as CAROUSEL_CMS %} {% if CAROUSEL_CMS %}
{% else %}
{% endif %}

Be a virtual volunteer!

Anyone can contribute. Improve access to history by transcribing, reviewing, and tagging Library of Congress documents.

TRANSCRIBE

No account needed! Type what you see on the page.

TAG

Register to add keywords to help share what you find.

REVIEW

Review is the crucial final step! Register to edit and complete transcriptions.

Campaigns: Choose which collections to explore and transcribe

{% for campaign in campaigns|slice:":3" %}
{% url 'transcriptions:campaign-detail' campaign.slug as campaign_url %}

{{ campaign.title }}

{% endfor %}
{% endblock main_content %} {% block body_scripts %} {% endblock body_scripts %}