diff --git a/templates/add_venue.html b/confarchive/templates/add_venue.html similarity index 100% rename from templates/add_venue.html rename to confarchive/templates/add_venue.html diff --git a/templates/base.html b/confarchive/templates/base.html similarity index 100% rename from templates/base.html rename to confarchive/templates/base.html diff --git a/templates/conference.html b/confarchive/templates/conference.html similarity index 100% rename from templates/conference.html rename to confarchive/templates/conference.html diff --git a/templates/country_list.html b/confarchive/templates/country_list.html similarity index 100% rename from templates/country_list.html rename to confarchive/templates/country_list.html diff --git a/templates/event.html b/confarchive/templates/event.html similarity index 100% rename from templates/event.html rename to confarchive/templates/event.html diff --git a/templates/github.html b/confarchive/templates/github.html similarity index 100% rename from templates/github.html rename to confarchive/templates/github.html diff --git a/templates/index.html b/confarchive/templates/index.html similarity index 100% rename from templates/index.html rename to confarchive/templates/index.html diff --git a/templates/login.html b/confarchive/templates/login.html similarity index 100% rename from templates/login.html rename to confarchive/templates/login.html diff --git a/templates/merge_people.html b/confarchive/templates/merge_people.html similarity index 100% rename from templates/merge_people.html rename to confarchive/templates/merge_people.html diff --git a/templates/navbar.html b/confarchive/templates/navbar.html similarity index 100% rename from templates/navbar.html rename to confarchive/templates/navbar.html diff --git a/templates/person.html b/confarchive/templates/person.html similarity index 100% rename from templates/person.html rename to confarchive/templates/person.html diff --git a/templates/person/split.html b/confarchive/templates/person/split.html similarity index 100% rename from templates/person/split.html rename to confarchive/templates/person/split.html diff --git a/templates/reports.html b/confarchive/templates/reports.html similarity index 100% rename from templates/reports.html rename to confarchive/templates/reports.html diff --git a/templates/search_events.html b/confarchive/templates/search_events.html similarity index 100% rename from templates/search_events.html rename to confarchive/templates/search_events.html diff --git a/templates/search_everything.html b/confarchive/templates/search_everything.html similarity index 100% rename from templates/search_everything.html rename to confarchive/templates/search_everything.html diff --git a/templates/search_people.html b/confarchive/templates/search_people.html similarity index 100% rename from templates/search_people.html rename to confarchive/templates/search_people.html diff --git a/templates/series/list.html b/confarchive/templates/series/list.html similarity index 100% rename from templates/series/list.html rename to confarchive/templates/series/list.html diff --git a/templates/top_events.html b/confarchive/templates/top_events.html similarity index 100% rename from templates/top_events.html rename to confarchive/templates/top_events.html diff --git a/templates/top_speakers.html b/confarchive/templates/top_speakers.html similarity index 100% rename from templates/top_speakers.html rename to confarchive/templates/top_speakers.html diff --git a/templates/wikidata.html b/confarchive/templates/wikidata.html similarity index 100% rename from templates/wikidata.html rename to confarchive/templates/wikidata.html diff --git a/main.py b/confarchive/view.py similarity index 100% rename from main.py rename to confarchive/view.py