diff --git a/templates/.gitignore b/templates/.gitignore new file mode 100644 index 0000000000..83605d2b8b --- /dev/null +++ b/templates/.gitignore @@ -0,0 +1,8 @@ +*.pyc +*~ +*.scssc +*.swp +*.orig +*.DS_Store +#* +.#* \ No newline at end of file diff --git a/.hgignore b/templates/.hgignore similarity index 100% rename from .hgignore rename to templates/.hgignore diff --git a/404.html b/templates/404.html similarity index 100% rename from 404.html rename to templates/404.html diff --git a/6002x-faq.html b/templates/6002x-faq.html similarity index 100% rename from 6002x-faq.html rename to templates/6002x-faq.html diff --git a/6002x-press-release.html b/templates/6002x-press-release.html similarity index 100% rename from 6002x-press-release.html rename to templates/6002x-press-release.html diff --git a/Kirchhoff.html b/templates/Kirchhoff.html similarity index 100% rename from Kirchhoff.html rename to templates/Kirchhoff.html diff --git a/accordion.html b/templates/accordion.html similarity index 100% rename from accordion.html rename to templates/accordion.html diff --git a/accordion_bak.html b/templates/accordion_bak.html similarity index 100% rename from accordion_bak.html rename to templates/accordion_bak.html diff --git a/accordion_init.js b/templates/accordion_init.js similarity index 100% rename from accordion_init.js rename to templates/accordion_init.js diff --git a/activation_active.html b/templates/activation_active.html similarity index 100% rename from activation_active.html rename to templates/activation_active.html diff --git a/activation_complete.html b/templates/activation_complete.html similarity index 100% rename from activation_complete.html rename to templates/activation_complete.html diff --git a/activation_email.txt b/templates/activation_email.txt similarity index 100% rename from activation_email.txt rename to templates/activation_email.txt diff --git a/activation_email_subject.txt b/templates/activation_email_subject.txt similarity index 100% rename from activation_email_subject.txt rename to templates/activation_email_subject.txt diff --git a/activation_invalid.html b/templates/activation_invalid.html similarity index 100% rename from activation_invalid.html rename to templates/activation_invalid.html diff --git a/book_toc.html b/templates/book_toc.html similarity index 100% rename from book_toc.html rename to templates/book_toc.html diff --git a/copyright.html b/templates/copyright.html similarity index 100% rename from copyright.html rename to templates/copyright.html diff --git a/courseware.html b/templates/courseware.html similarity index 100% rename from courseware.html rename to templates/courseware.html diff --git a/create_account.html b/templates/create_account.html similarity index 100% rename from create_account.html rename to templates/create_account.html diff --git a/edit_circuit.html b/templates/edit_circuit.html similarity index 100% rename from edit_circuit.html rename to templates/edit_circuit.html diff --git a/emails/welcome_body.txt b/templates/emails/welcome_body.txt similarity index 100% rename from emails/welcome_body.txt rename to templates/emails/welcome_body.txt diff --git a/emails/welcome_subject.txt b/templates/emails/welcome_subject.txt similarity index 100% rename from emails/welcome_subject.txt rename to templates/emails/welcome_subject.txt diff --git a/feedback_email.txt b/templates/feedback_email.txt similarity index 100% rename from feedback_email.txt rename to templates/feedback_email.txt diff --git a/gradebook.html b/templates/gradebook.html similarity index 100% rename from gradebook.html rename to templates/gradebook.html diff --git a/help.html b/templates/help.html similarity index 100% rename from help.html rename to templates/help.html diff --git a/homework.html b/templates/homework.html similarity index 100% rename from homework.html rename to templates/homework.html diff --git a/honor.html b/templates/honor.html similarity index 100% rename from honor.html rename to templates/honor.html diff --git a/index.html b/templates/index.html similarity index 100% rename from index.html rename to templates/index.html diff --git a/info.html b/templates/info.html similarity index 100% rename from info.html rename to templates/info.html diff --git a/login.html b/templates/login.html similarity index 100% rename from login.html rename to templates/login.html diff --git a/main.html b/templates/main.html similarity index 100% rename from main.html rename to templates/main.html diff --git a/marketing.html b/templates/marketing.html similarity index 100% rename from marketing.html rename to templates/marketing.html diff --git a/mitx-overview.html b/templates/mitx-overview.html similarity index 100% rename from mitx-overview.html rename to templates/mitx-overview.html diff --git a/mitx_global.html b/templates/mitx_global.html similarity index 100% rename from mitx_global.html rename to templates/mitx_global.html diff --git a/mitx_help.html b/templates/mitx_help.html similarity index 100% rename from mitx_help.html rename to templates/mitx_help.html diff --git a/navigation.html b/templates/navigation.html similarity index 100% rename from navigation.html rename to templates/navigation.html diff --git a/password_reset_form.html b/templates/password_reset_form.html similarity index 100% rename from password_reset_form.html rename to templates/password_reset_form.html diff --git a/privacy.html b/templates/privacy.html similarity index 100% rename from privacy.html rename to templates/privacy.html diff --git a/problem.html b/templates/problem.html similarity index 100% rename from problem.html rename to templates/problem.html diff --git a/problem.js b/templates/problem.js similarity index 100% rename from problem.js rename to templates/problem.js diff --git a/problem_ajax.html b/templates/problem_ajax.html similarity index 100% rename from problem_ajax.html rename to templates/problem_ajax.html diff --git a/profile.html b/templates/profile.html similarity index 100% rename from profile.html rename to templates/profile.html diff --git a/profile_graphs.js b/templates/profile_graphs.js similarity index 100% rename from profile_graphs.js rename to templates/profile_graphs.js diff --git a/registration/change_password.html b/templates/registration/change_password.html similarity index 100% rename from registration/change_password.html rename to templates/registration/change_password.html diff --git a/registration/logged_out.html b/templates/registration/logged_out.html similarity index 100% rename from registration/logged_out.html rename to templates/registration/logged_out.html diff --git a/registration/login.html b/templates/registration/login.html similarity index 100% rename from registration/login.html rename to templates/registration/login.html diff --git a/registration/login_error.html b/templates/registration/login_error.html similarity index 100% rename from registration/login_error.html rename to templates/registration/login_error.html diff --git a/registration/logout.html b/templates/registration/logout.html similarity index 100% rename from registration/logout.html rename to templates/registration/logout.html diff --git a/registration/password_change_done.html b/templates/registration/password_change_done.html similarity index 100% rename from registration/password_change_done.html rename to templates/registration/password_change_done.html diff --git a/registration/password_change_form.html b/templates/registration/password_change_form.html similarity index 100% rename from registration/password_change_form.html rename to templates/registration/password_change_form.html diff --git a/registration/password_reset_complete.html b/templates/registration/password_reset_complete.html similarity index 100% rename from registration/password_reset_complete.html rename to templates/registration/password_reset_complete.html diff --git a/registration/password_reset_confirm.html b/templates/registration/password_reset_confirm.html similarity index 100% rename from registration/password_reset_confirm.html rename to templates/registration/password_reset_confirm.html diff --git a/registration/password_reset_done.html b/templates/registration/password_reset_done.html similarity index 100% rename from registration/password_reset_done.html rename to templates/registration/password_reset_done.html diff --git a/registration/password_reset_email.html b/templates/registration/password_reset_email.html similarity index 100% rename from registration/password_reset_email.html rename to templates/registration/password_reset_email.html diff --git a/registration/reg_complete.html b/templates/registration/reg_complete.html similarity index 100% rename from registration/reg_complete.html rename to templates/registration/reg_complete.html diff --git a/registration/registration_complete.html b/templates/registration/registration_complete.html similarity index 100% rename from registration/registration_complete.html rename to templates/registration/registration_complete.html diff --git a/registration/registration_form.html b/templates/registration/registration_form.html similarity index 100% rename from registration/registration_form.html rename to templates/registration/registration_form.html diff --git a/sass/.DS_Store b/templates/sass/.DS_Store similarity index 100% rename from sass/.DS_Store rename to templates/sass/.DS_Store diff --git a/sass/README b/templates/sass/README similarity index 100% rename from sass/README rename to templates/sass/README diff --git a/sass/_gradebook.scss b/templates/sass/_gradebook.scss similarity index 100% rename from sass/_gradebook.scss rename to templates/sass/_gradebook.scss diff --git a/sass/_help.scss b/templates/sass/_help.scss similarity index 100% rename from sass/_help.scss rename to templates/sass/_help.scss diff --git a/sass/_info.scss b/templates/sass/_info.scss similarity index 100% rename from sass/_info.scss rename to templates/sass/_info.scss diff --git a/sass/_profile.scss b/templates/sass/_profile.scss similarity index 100% rename from sass/_profile.scss rename to templates/sass/_profile.scss diff --git a/sass/_textbook.scss b/templates/sass/_textbook.scss similarity index 100% rename from sass/_textbook.scss rename to templates/sass/_textbook.scss diff --git a/sass/application.scss b/templates/sass/application.scss similarity index 100% rename from sass/application.scss rename to templates/sass/application.scss diff --git a/sass/base/_base.scss b/templates/sass/base/_base.scss similarity index 100% rename from sass/base/_base.scss rename to templates/sass/base/_base.scss diff --git a/sass/base/_extends.scss b/templates/sass/base/_extends.scss similarity index 100% rename from sass/base/_extends.scss rename to templates/sass/base/_extends.scss diff --git a/sass/base/_font-face.scss b/templates/sass/base/_font-face.scss similarity index 100% rename from sass/base/_font-face.scss rename to templates/sass/base/_font-face.scss diff --git a/sass/base/_functions.scss b/templates/sass/base/_functions.scss similarity index 100% rename from sass/base/_functions.scss rename to templates/sass/base/_functions.scss diff --git a/sass/base/_reset.scss b/templates/sass/base/_reset.scss similarity index 100% rename from sass/base/_reset.scss rename to templates/sass/base/_reset.scss diff --git a/sass/base/_variables.scss b/templates/sass/base/_variables.scss similarity index 100% rename from sass/base/_variables.scss rename to templates/sass/base/_variables.scss diff --git a/sass/bourbon/_bourbon.scss b/templates/sass/bourbon/_bourbon.scss similarity index 100% rename from sass/bourbon/_bourbon.scss rename to templates/sass/bourbon/_bourbon.scss diff --git a/sass/bourbon/addons/_button.scss b/templates/sass/bourbon/addons/_button.scss similarity index 100% rename from sass/bourbon/addons/_button.scss rename to templates/sass/bourbon/addons/_button.scss diff --git a/sass/bourbon/addons/_font-family.scss b/templates/sass/bourbon/addons/_font-family.scss similarity index 100% rename from sass/bourbon/addons/_font-family.scss rename to templates/sass/bourbon/addons/_font-family.scss diff --git a/sass/bourbon/addons/_html5-input-types.scss b/templates/sass/bourbon/addons/_html5-input-types.scss similarity index 100% rename from sass/bourbon/addons/_html5-input-types.scss rename to templates/sass/bourbon/addons/_html5-input-types.scss diff --git a/sass/bourbon/addons/_position.scss b/templates/sass/bourbon/addons/_position.scss similarity index 100% rename from sass/bourbon/addons/_position.scss rename to templates/sass/bourbon/addons/_position.scss diff --git a/sass/bourbon/addons/_timing-functions.scss b/templates/sass/bourbon/addons/_timing-functions.scss similarity index 100% rename from sass/bourbon/addons/_timing-functions.scss rename to templates/sass/bourbon/addons/_timing-functions.scss diff --git a/sass/bourbon/css3/_animation.scss b/templates/sass/bourbon/css3/_animation.scss similarity index 100% rename from sass/bourbon/css3/_animation.scss rename to templates/sass/bourbon/css3/_animation.scss diff --git a/sass/bourbon/css3/_appearance.scss b/templates/sass/bourbon/css3/_appearance.scss similarity index 100% rename from sass/bourbon/css3/_appearance.scss rename to templates/sass/bourbon/css3/_appearance.scss diff --git a/sass/bourbon/css3/_background-image.scss b/templates/sass/bourbon/css3/_background-image.scss similarity index 100% rename from sass/bourbon/css3/_background-image.scss rename to templates/sass/bourbon/css3/_background-image.scss diff --git a/sass/bourbon/css3/_background-size.scss b/templates/sass/bourbon/css3/_background-size.scss similarity index 100% rename from sass/bourbon/css3/_background-size.scss rename to templates/sass/bourbon/css3/_background-size.scss diff --git a/sass/bourbon/css3/_border-image.scss b/templates/sass/bourbon/css3/_border-image.scss similarity index 100% rename from sass/bourbon/css3/_border-image.scss rename to templates/sass/bourbon/css3/_border-image.scss diff --git a/sass/bourbon/css3/_border-radius.scss b/templates/sass/bourbon/css3/_border-radius.scss similarity index 100% rename from sass/bourbon/css3/_border-radius.scss rename to templates/sass/bourbon/css3/_border-radius.scss diff --git a/sass/bourbon/css3/_box-shadow.scss b/templates/sass/bourbon/css3/_box-shadow.scss similarity index 100% rename from sass/bourbon/css3/_box-shadow.scss rename to templates/sass/bourbon/css3/_box-shadow.scss diff --git a/sass/bourbon/css3/_box-sizing.scss b/templates/sass/bourbon/css3/_box-sizing.scss similarity index 100% rename from sass/bourbon/css3/_box-sizing.scss rename to templates/sass/bourbon/css3/_box-sizing.scss diff --git a/sass/bourbon/css3/_columns.scss b/templates/sass/bourbon/css3/_columns.scss similarity index 100% rename from sass/bourbon/css3/_columns.scss rename to templates/sass/bourbon/css3/_columns.scss diff --git a/sass/bourbon/css3/_flex-box.scss b/templates/sass/bourbon/css3/_flex-box.scss similarity index 100% rename from sass/bourbon/css3/_flex-box.scss rename to templates/sass/bourbon/css3/_flex-box.scss diff --git a/sass/bourbon/css3/_inline-block.scss b/templates/sass/bourbon/css3/_inline-block.scss similarity index 100% rename from sass/bourbon/css3/_inline-block.scss rename to templates/sass/bourbon/css3/_inline-block.scss diff --git a/sass/bourbon/css3/_linear-gradient.scss b/templates/sass/bourbon/css3/_linear-gradient.scss similarity index 100% rename from sass/bourbon/css3/_linear-gradient.scss rename to templates/sass/bourbon/css3/_linear-gradient.scss diff --git a/sass/bourbon/css3/_radial-gradient.scss b/templates/sass/bourbon/css3/_radial-gradient.scss similarity index 100% rename from sass/bourbon/css3/_radial-gradient.scss rename to templates/sass/bourbon/css3/_radial-gradient.scss diff --git a/sass/bourbon/css3/_transform.scss b/templates/sass/bourbon/css3/_transform.scss similarity index 100% rename from sass/bourbon/css3/_transform.scss rename to templates/sass/bourbon/css3/_transform.scss diff --git a/sass/bourbon/css3/_transition.scss b/templates/sass/bourbon/css3/_transition.scss similarity index 100% rename from sass/bourbon/css3/_transition.scss rename to templates/sass/bourbon/css3/_transition.scss diff --git a/sass/bourbon/functions/_deprecated-webkit-gradient.scss b/templates/sass/bourbon/functions/_deprecated-webkit-gradient.scss similarity index 100% rename from sass/bourbon/functions/_deprecated-webkit-gradient.scss rename to templates/sass/bourbon/functions/_deprecated-webkit-gradient.scss diff --git a/sass/bourbon/functions/_grid-width.scss b/templates/sass/bourbon/functions/_grid-width.scss similarity index 100% rename from sass/bourbon/functions/_grid-width.scss rename to templates/sass/bourbon/functions/_grid-width.scss diff --git a/sass/bourbon/functions/_linear-gradient.scss b/templates/sass/bourbon/functions/_linear-gradient.scss similarity index 100% rename from sass/bourbon/functions/_linear-gradient.scss rename to templates/sass/bourbon/functions/_linear-gradient.scss diff --git a/sass/bourbon/functions/_modular-scale.scss b/templates/sass/bourbon/functions/_modular-scale.scss similarity index 100% rename from sass/bourbon/functions/_modular-scale.scss rename to templates/sass/bourbon/functions/_modular-scale.scss diff --git a/sass/bourbon/functions/_radial-gradient.scss b/templates/sass/bourbon/functions/_radial-gradient.scss similarity index 100% rename from sass/bourbon/functions/_radial-gradient.scss rename to templates/sass/bourbon/functions/_radial-gradient.scss diff --git a/sass/bourbon/functions/_tint-shade.scss b/templates/sass/bourbon/functions/_tint-shade.scss similarity index 100% rename from sass/bourbon/functions/_tint-shade.scss rename to templates/sass/bourbon/functions/_tint-shade.scss diff --git a/sass/bourbon/lib/bourbon.rb b/templates/sass/bourbon/lib/bourbon.rb similarity index 100% rename from sass/bourbon/lib/bourbon.rb rename to templates/sass/bourbon/lib/bourbon.rb diff --git a/sass/bourbon/lib/bourbon/sass_extensions.rb b/templates/sass/bourbon/lib/bourbon/sass_extensions.rb similarity index 100% rename from sass/bourbon/lib/bourbon/sass_extensions.rb rename to templates/sass/bourbon/lib/bourbon/sass_extensions.rb diff --git a/sass/bourbon/lib/bourbon/sass_extensions/functions.rb b/templates/sass/bourbon/lib/bourbon/sass_extensions/functions.rb similarity index 100% rename from sass/bourbon/lib/bourbon/sass_extensions/functions.rb rename to templates/sass/bourbon/lib/bourbon/sass_extensions/functions.rb diff --git a/sass/bourbon/lib/bourbon/sass_extensions/functions/compact.rb b/templates/sass/bourbon/lib/bourbon/sass_extensions/functions/compact.rb similarity index 100% rename from sass/bourbon/lib/bourbon/sass_extensions/functions/compact.rb rename to templates/sass/bourbon/lib/bourbon/sass_extensions/functions/compact.rb diff --git a/sass/courseware/_amplifier.scss b/templates/sass/courseware/_amplifier.scss similarity index 100% rename from sass/courseware/_amplifier.scss rename to templates/sass/courseware/_amplifier.scss diff --git a/sass/courseware/_courseware.scss b/templates/sass/courseware/_courseware.scss similarity index 100% rename from sass/courseware/_courseware.scss rename to templates/sass/courseware/_courseware.scss diff --git a/sass/courseware/_sequence-nav.scss b/templates/sass/courseware/_sequence-nav.scss similarity index 100% rename from sass/courseware/_sequence-nav.scss rename to templates/sass/courseware/_sequence-nav.scss diff --git a/sass/courseware/_sidebar.scss b/templates/sass/courseware/_sidebar.scss similarity index 100% rename from sass/courseware/_sidebar.scss rename to templates/sass/courseware/_sidebar.scss diff --git a/sass/courseware/_video.scss b/templates/sass/courseware/_video.scss similarity index 100% rename from sass/courseware/_video.scss rename to templates/sass/courseware/_video.scss diff --git a/sass/discussion/_answers.scss b/templates/sass/discussion/_answers.scss similarity index 100% rename from sass/discussion/_answers.scss rename to templates/sass/discussion/_answers.scss diff --git a/sass/discussion/_askbot-original.scss b/templates/sass/discussion/_askbot-original.scss similarity index 100% rename from sass/discussion/_askbot-original.scss rename to templates/sass/discussion/_askbot-original.scss diff --git a/sass/discussion/_badges.scss b/templates/sass/discussion/_badges.scss similarity index 100% rename from sass/discussion/_badges.scss rename to templates/sass/discussion/_badges.scss diff --git a/sass/discussion/_discussion.scss b/templates/sass/discussion/_discussion.scss similarity index 100% rename from sass/discussion/_discussion.scss rename to templates/sass/discussion/_discussion.scss diff --git a/sass/discussion/_form-wmd-toolbar.scss b/templates/sass/discussion/_form-wmd-toolbar.scss similarity index 100% rename from sass/discussion/_form-wmd-toolbar.scss rename to templates/sass/discussion/_form-wmd-toolbar.scss diff --git a/sass/discussion/_forms.scss b/templates/sass/discussion/_forms.scss similarity index 100% rename from sass/discussion/_forms.scss rename to templates/sass/discussion/_forms.scss diff --git a/sass/discussion/_modals.scss b/templates/sass/discussion/_modals.scss similarity index 100% rename from sass/discussion/_modals.scss rename to templates/sass/discussion/_modals.scss diff --git a/sass/discussion/_profile.scss b/templates/sass/discussion/_profile.scss similarity index 100% rename from sass/discussion/_profile.scss rename to templates/sass/discussion/_profile.scss diff --git a/sass/discussion/_question-view.scss b/templates/sass/discussion/_question-view.scss similarity index 100% rename from sass/discussion/_question-view.scss rename to templates/sass/discussion/_question-view.scss diff --git a/sass/discussion/_questions.scss b/templates/sass/discussion/_questions.scss similarity index 100% rename from sass/discussion/_questions.scss rename to templates/sass/discussion/_questions.scss diff --git a/sass/discussion/_sidebar.scss b/templates/sass/discussion/_sidebar.scss similarity index 100% rename from sass/discussion/_sidebar.scss rename to templates/sass/discussion/_sidebar.scss diff --git a/sass/discussion/_tags.scss b/templates/sass/discussion/_tags.scss similarity index 100% rename from sass/discussion/_tags.scss rename to templates/sass/discussion/_tags.scss diff --git a/sass/index/_base.scss b/templates/sass/index/_base.scss similarity index 100% rename from sass/index/_base.scss rename to templates/sass/index/_base.scss diff --git a/sass/index/_extends.scss b/templates/sass/index/_extends.scss similarity index 100% rename from sass/index/_extends.scss rename to templates/sass/index/_extends.scss diff --git a/sass/index/_footer.scss b/templates/sass/index/_footer.scss similarity index 100% rename from sass/index/_footer.scss rename to templates/sass/index/_footer.scss diff --git a/sass/index/_header.scss b/templates/sass/index/_header.scss similarity index 100% rename from sass/index/_header.scss rename to templates/sass/index/_header.scss diff --git a/sass/index/_index.scss b/templates/sass/index/_index.scss similarity index 100% rename from sass/index/_index.scss rename to templates/sass/index/_index.scss diff --git a/sass/index/_variables.scss b/templates/sass/index/_variables.scss similarity index 100% rename from sass/index/_variables.scss rename to templates/sass/index/_variables.scss diff --git a/sass/layout/_footer.scss b/templates/sass/layout/_footer.scss similarity index 100% rename from sass/layout/_footer.scss rename to templates/sass/layout/_footer.scss diff --git a/sass/layout/_header.scss b/templates/sass/layout/_header.scss similarity index 100% rename from sass/layout/_header.scss rename to templates/sass/layout/_header.scss diff --git a/sass/layout/_layout.scss b/templates/sass/layout/_layout.scss similarity index 100% rename from sass/layout/_layout.scss rename to templates/sass/layout/_layout.scss diff --git a/sass/layout/_leanmodal.scss b/templates/sass/layout/_leanmodal.scss similarity index 100% rename from sass/layout/_leanmodal.scss rename to templates/sass/layout/_leanmodal.scss diff --git a/sass/marketing-ie.scss b/templates/sass/marketing-ie.scss similarity index 100% rename from sass/marketing-ie.scss rename to templates/sass/marketing-ie.scss diff --git a/sass/marketing.scss b/templates/sass/marketing.scss similarity index 100% rename from sass/marketing.scss rename to templates/sass/marketing.scss diff --git a/sass/plugins/_jquery-ui-1.8.16.custom.scss b/templates/sass/plugins/_jquery-ui-1.8.16.custom.scss similarity index 100% rename from sass/plugins/_jquery-ui-1.8.16.custom.scss rename to templates/sass/plugins/_jquery-ui-1.8.16.custom.scss diff --git a/sass/print.scss b/templates/sass/print.scss similarity index 100% rename from sass/print.scss rename to templates/sass/print.scss diff --git a/sass/wiki/_basic-html.scss b/templates/sass/wiki/_basic-html.scss similarity index 100% rename from sass/wiki/_basic-html.scss rename to templates/sass/wiki/_basic-html.scss diff --git a/sass/wiki/_create.scss b/templates/sass/wiki/_create.scss similarity index 100% rename from sass/wiki/_create.scss rename to templates/sass/wiki/_create.scss diff --git a/sass/wiki/_sidebar.scss b/templates/sass/wiki/_sidebar.scss similarity index 100% rename from sass/wiki/_sidebar.scss rename to templates/sass/wiki/_sidebar.scss diff --git a/sass/wiki/_table.scss b/templates/sass/wiki/_table.scss similarity index 100% rename from sass/wiki/_table.scss rename to templates/sass/wiki/_table.scss diff --git a/sass/wiki/_wiki.scss b/templates/sass/wiki/_wiki.scss similarity index 100% rename from sass/wiki/_wiki.scss rename to templates/sass/wiki/_wiki.scss diff --git a/schematicinput.html b/templates/schematicinput.html similarity index 100% rename from schematicinput.html rename to templates/schematicinput.html diff --git a/seq_module.html b/templates/seq_module.html similarity index 100% rename from seq_module.html rename to templates/seq_module.html diff --git a/seq_module.js b/templates/seq_module.js similarity index 100% rename from seq_module.js rename to templates/seq_module.js diff --git a/server-down.html b/templates/server-down.html similarity index 100% rename from server-down.html rename to templates/server-down.html diff --git a/server-error.html b/templates/server-error.html similarity index 100% rename from server-error.html rename to templates/server-error.html diff --git a/server-overloaded.html b/templates/server-overloaded.html similarity index 100% rename from server-overloaded.html rename to templates/server-overloaded.html diff --git a/show_circuit.html b/templates/show_circuit.html similarity index 100% rename from show_circuit.html rename to templates/show_circuit.html diff --git a/simplewiki_base.html b/templates/simplewiki_base.html similarity index 100% rename from simplewiki_base.html rename to templates/simplewiki_base.html diff --git a/simplewiki_create.html b/templates/simplewiki_create.html similarity index 100% rename from simplewiki_create.html rename to templates/simplewiki_create.html diff --git a/simplewiki_edit.html b/templates/simplewiki_edit.html similarity index 100% rename from simplewiki_edit.html rename to templates/simplewiki_edit.html diff --git a/simplewiki_error.html b/templates/simplewiki_error.html similarity index 100% rename from simplewiki_error.html rename to templates/simplewiki_error.html diff --git a/simplewiki_history.html b/templates/simplewiki_history.html similarity index 100% rename from simplewiki_history.html rename to templates/simplewiki_history.html diff --git a/simplewiki_instructions.html b/templates/simplewiki_instructions.html similarity index 100% rename from simplewiki_instructions.html rename to templates/simplewiki_instructions.html diff --git a/simplewiki_revision_feed.html b/templates/simplewiki_revision_feed.html similarity index 100% rename from simplewiki_revision_feed.html rename to templates/simplewiki_revision_feed.html diff --git a/simplewiki_searchresults.html b/templates/simplewiki_searchresults.html similarity index 100% rename from simplewiki_searchresults.html rename to templates/simplewiki_searchresults.html diff --git a/simplewiki_updateprogressbar.html b/templates/simplewiki_updateprogressbar.html similarity index 100% rename from simplewiki_updateprogressbar.html rename to templates/simplewiki_updateprogressbar.html diff --git a/simplewiki_view.html b/templates/simplewiki_view.html similarity index 100% rename from simplewiki_view.html rename to templates/simplewiki_view.html diff --git a/staff_problem_info.html b/templates/staff_problem_info.html similarity index 100% rename from staff_problem_info.html rename to templates/staff_problem_info.html diff --git a/staticbook.html b/templates/staticbook.html similarity index 100% rename from staticbook.html rename to templates/staticbook.html diff --git a/tab_module.html b/templates/tab_module.html similarity index 100% rename from tab_module.html rename to templates/tab_module.html diff --git a/tab_module.js b/templates/tab_module.js similarity index 100% rename from tab_module.js rename to templates/tab_module.js diff --git a/textbook.html b/templates/textbook.html similarity index 100% rename from textbook.html rename to templates/textbook.html diff --git a/textinput.html b/templates/textinput.html similarity index 100% rename from textinput.html rename to templates/textinput.html diff --git a/tos.html b/templates/tos.html similarity index 100% rename from tos.html rename to templates/tos.html diff --git a/using.html b/templates/using.html similarity index 100% rename from using.html rename to templates/using.html diff --git a/vert_module.html b/templates/vert_module.html similarity index 100% rename from vert_module.html rename to templates/vert_module.html diff --git a/video.html b/templates/video.html similarity index 100% rename from video.html rename to templates/video.html diff --git a/video_init.js b/templates/video_init.js similarity index 100% rename from video_init.js rename to templates/video_init.js