{% 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.

Campaigns: Choose which collections to explore and transcribe

Browse All Campaigns
{% endblock main_content %} {% block body_scripts %} {% endblock body_scripts %}