diff --git a/regulations/templates/regulations/landing_base.html b/regulations/templates/regulations/landing_base.html
new file mode 100644
index 00000000..856a094f
--- /dev/null
+++ b/regulations/templates/regulations/landing_base.html
@@ -0,0 +1,50 @@
+{% extends "regulations/generic_landing.html" %}
+
+{% block reg_title %}
+
Regulation {{meta.reg_letter}} - {{meta.statutory_name|title}}
+{% endblock %}
+
+{% block reg_main_content %}
+{% endblock %}
+
+{% block reg_addtl_content %}
+
+
+
+
+
+
+{% endblock %}
+
+{% block legal_disclaimer %}
+
+
+
Trust, but verify
+
+
The CFPB’s eRegulations tool is an editorial compilation of material and not an official legal edition of the Code of Federal Regulations or the Federal Register. We have made every effort to ensure the material presented in this tool is accurate, but if you are relying on it for legal research you should consult the official editions of those sources to confirm your findings. Nothing in this tool binds the Bureau or creates any rights, benefits, or defenses, substantive or procedural, that are enforceable by any party in any manner.
+
+{% endblock %}
+
+{% block reg_sidebar %}
+
+
Additional Resources
+
+ {% block additional_resources %}
+ {% endblock %}
+
+{% endblock %}
diff --git a/regulations/templates/regulations/landing_internal_disclaimer.html b/regulations/templates/regulations/landing_internal_disclaimer.html
new file mode 100644
index 00000000..607c2578
--- /dev/null
+++ b/regulations/templates/regulations/landing_internal_disclaimer.html
@@ -0,0 +1,15 @@
+{% extends "regulations/landing_base.html" %}
+
+{% block reg_main_content %}
+
Warning
+
This content has only been vetted by a single developer. While it is
+usable, it may contain errors.
+
+{% block known_issues %}
+
Known Issues
+
+ Indentation in appendix C may not be correct
+
+{% endblock %}
+{% endblock %}
+
diff --git a/regulations/templates/regulations/logo.html b/regulations/templates/regulations/logo.html
index 6ed4a855..708a0b25 100644
--- a/regulations/templates/regulations/logo.html
+++ b/regulations/templates/regulations/logo.html
@@ -2,4 +2,7 @@
Logo image/text. Expected to be overwritten.
{% endcomment %}
-
organization logo
\ No newline at end of file
+{% load static from staticfiles %}
+
+
+
diff --git a/regulations/templates/regulations/org-title.html b/regulations/templates/regulations/org-title.html
index cd34ba99..77380c2d 100644
--- a/regulations/templates/regulations/org-title.html
+++ b/regulations/templates/regulations/org-title.html
@@ -2,4 +2,5 @@
Organization title/text. Expected to be overwritten.
{% endcomment %}
-
organization title
\ No newline at end of file
+{% load static from staticfiles %}
+
consumerfinance.gov
diff --git a/regulations/templates/regulations/specific/landing_1002.html b/regulations/templates/regulations/specific/landing_1002.html
new file mode 100644
index 00000000..a5bc7024
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1002.html
@@ -0,0 +1,59 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation B protects applicants from discrimination in any aspect of a credit transaction.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1003.html b/regulations/templates/regulations/specific/landing_1003.html
new file mode 100644
index 00000000..bd46c9d2
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1003.html
@@ -0,0 +1,41 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation C requires many financial institutions to collect, report, and disclose information about their mortgage lending activity.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+{% block additional_resources %}
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1004.html b/regulations/templates/regulations/specific/landing_1004.html
new file mode 100644
index 00000000..3c2e159b
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1004.html
@@ -0,0 +1,52 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation D preempts any state law to the extent it would prohibit state housing creditors from offering certain mortgage types, with some restrictions.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+{% block additional_resources %}
+
Ask CFPB
+
+{% endblock %}
+
+{% block legal_disclaimer %}
+
+
Trust, but verify
+
+
The CFPB’s eRegulations tool is an editorial compilation of material and not an official legal edition of the Code of Federal Regulations or the Federal Register. We have made every effort to ensure the material presented in this tool is accurate, but if you are relying on it for legal research you should consult the official editions of those sources to confirm your findings. Nothing in this tool binds the Bureau or creates any rights, benefits, or defenses, substantive or procedural, that are enforceable by any party in any manner.
+
+
Unlike other regulations in this tool which contain inline official interpretations, the official commentary on Regulation D is contained in Appendix A.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1005.html b/regulations/templates/regulations/specific/landing_1005.html
new file mode 100644
index 00000000..0a7b6f83
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1005.html
@@ -0,0 +1,52 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation E protects consumers when they use electronic fund transfers.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1006.html b/regulations/templates/regulations/specific/landing_1006.html
new file mode 100644
index 00000000..b37812cc
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1006.html
@@ -0,0 +1,9 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original paragraph 1(b) contained subparagraphs without markers.
+ Markers (1) and (2) have been added.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1007.html b/regulations/templates/regulations/specific/landing_1007.html
new file mode 100644
index 00000000..e4a92ace
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1007.html
@@ -0,0 +1,11 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 102 did not contain paragraph markers (a) through
+ (i), instead using terms as markers. (a)-(i) have been added to help the
+ parser.
+
+{% endblock %}
+
diff --git a/regulations/templates/regulations/specific/landing_1008.html b/regulations/templates/regulations/specific/landing_1008.html
new file mode 100644
index 00000000..604e4f89
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1008.html
@@ -0,0 +1,13 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 23 did not contain paragraph markers (a) through
+ (t), instead using terms as markers. (a)-(t) have been added to help the
+ parser.
+ Added a fictitious "Subpart INTRO" to account for the first few
+ sections, which are not part of Subpart A. This is a display issue (not a
+ data issue), but would take a bit more work to fix properly.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1009.html b/regulations/templates/regulations/specific/landing_1009.html
new file mode 100644
index 00000000..b3402551
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1009.html
@@ -0,0 +1,11 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 2 did not contain paragraph markers (a) through
+ (c), instead using terms as markers. (a)-(c) have been added to help the
+ parser.
+
+{% endblock %}
+
diff --git a/regulations/templates/regulations/specific/landing_1010.html b/regulations/templates/regulations/specific/landing_1010.html
new file mode 100644
index 00000000..61e8bb14
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1010.html
@@ -0,0 +1,53 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulations J implements registration, disclosure, and anti-fraud requirements under the Interstate Land Sales Full Disclosure Act for the sale or lease of non-exempt lots in a subdivision.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+{% block additional_resources %}
+
+
Other resources
+
+
+{% endblock %}
+
+{% block legal_disclaimer %}
+
+
Trust, but verify
+
+
The CFPB’s eRegulations tool is an editorial compilation of material and not an official legal edition of the Code of Federal Regulations or the Federal Register. We have made every effort to ensure the material presented in this tool is accurate, but if you are relying on it for legal research you should consult the official editions of those sources to confirm your findings. Nothing in this tool binds the Bureau or creates any rights, benefits, or defenses, substantive or procedural, that are enforceable by any party in any manner.
+
+
Text published in italics in the Federal Register and the Code of Federal Regulations is not replicated as such in this tool. For purposes of identifying “subheadings” and “captions” as defined in 12 CFR 1010.102(e) and for legal research purposes, please consult official editions of this regulation.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1011.html b/regulations/templates/regulations/specific/landing_1011.html
new file mode 100644
index 00000000..c229df4e
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1011.html
@@ -0,0 +1,42 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation K governs purchasers’ revocation rights, describes certain unlawful sales practices, and provides standards and advertising disclaimers under the Interstate Land Sales Full Disclosure Act.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+{% block additional_resources %}
+
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1012.html b/regulations/templates/regulations/specific/landing_1012.html
new file mode 100644
index 00000000..cfd317ff
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1012.html
@@ -0,0 +1,43 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation L includes special rules of practice relating to filing assistance and adjudicatory proceedings under the Interstate Land Sales Full Disclosure Act.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+{% block additional_resources %}
+
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1013.html b/regulations/templates/regulations/specific/landing_1013.html
new file mode 100644
index 00000000..7c462bc0
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1013.html
@@ -0,0 +1,39 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation M protects people when they use consumer leases.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1014.html b/regulations/templates/regulations/specific/landing_1014.html
new file mode 100644
index 00000000..a2faa8aa
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1014.html
@@ -0,0 +1,11 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 2 did not contain paragraph markers (a) through
+ (g), instead using terms as markers. (a)-(g) have been added to help the
+ parser.
+
+{% endblock %}
+
diff --git a/regulations/templates/regulations/specific/landing_1015.html b/regulations/templates/regulations/specific/landing_1015.html
new file mode 100644
index 00000000..b5a31844
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1015.html
@@ -0,0 +1,11 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 2 did not contain paragraph markers (a) through
+ (m), instead using terms as markers. (a)-(m) have been added to help the
+ parser.
+
+{% endblock %}
+
diff --git a/regulations/templates/regulations/specific/landing_1016.html b/regulations/templates/regulations/specific/landing_1016.html
new file mode 100644
index 00000000..96b62eef
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1016.html
@@ -0,0 +1,17 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ Added a fictitious "Subpart INTRO" to account for the first few
+ sections, which are not part of Subpart A. This is a display issue (not a
+ data issue), but would take a bit more work to fix properly.
+ Paragraph 5(b)(4)(iv) was marked with (iii). This has been
+ fixed
+ Appendix has been named Appendix A
+ Appendix A, section C.2.d.4, 5, and g.2 have been modified slightly,
+ replacing certain closing parentheses with closing square brackets. This
+ type of citation caused the parser an issue.
+
+{% endblock %}
+
diff --git a/regulations/templates/regulations/specific/landing_1022.html b/regulations/templates/regulations/specific/landing_1022.html
new file mode 100644
index 00000000..72b0dabc
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1022.html
@@ -0,0 +1,2 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
diff --git a/regulations/templates/regulations/specific/landing_1024.html b/regulations/templates/regulations/specific/landing_1024.html
new file mode 100644
index 00000000..2e792d3e
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1024.html
@@ -0,0 +1,58 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation X protects consumers when they apply for and have mortgage loans.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+
+
Other resources
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1026.html b/regulations/templates/regulations/specific/landing_1026.html
new file mode 100644
index 00000000..c590bd92
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1026.html
@@ -0,0 +1,60 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation Z protects people when they use consumer credit.
+{% endblock %}
+
+{% block reg_main_content %}
+
+
+
+
The Bureau is currently updating the tool to reflect recent changes.
+
+
+
+
+
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+
+
Other resources
+
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1030.html b/regulations/templates/regulations/specific/landing_1030.html
new file mode 100644
index 00000000..0ff39cec
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1030.html
@@ -0,0 +1,42 @@
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
Regulation DD helps consumers comparison-shop for deposit accounts.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+
Ask CFPB
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1040.html b/regulations/templates/regulations/specific/landing_1040.html
new file mode 100644
index 00000000..730aa29e
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1040.html
@@ -0,0 +1,49 @@
+
+{% extends "regulations/landing_base.html" %}
+
+
+{% block reg_title %}
+
The Arbitration Agreements Rule prohibits providers of covered consumer financial products or services from using pre-dispute arbitration agreements to block class actions and requires them to submit certain arbitration-related documents to the Bureau.
+{% endblock %}
+
+{% block reg_main_content %}
+
+{% endblock %}
+
+
+
+{% block additional_resources %}
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1070.html b/regulations/templates/regulations/specific/landing_1070.html
new file mode 100644
index 00000000..f860889e
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1070.html
@@ -0,0 +1 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
diff --git a/regulations/templates/regulations/specific/landing_1071.html b/regulations/templates/regulations/specific/landing_1071.html
new file mode 100644
index 00000000..72b0dabc
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1071.html
@@ -0,0 +1,2 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
diff --git a/regulations/templates/regulations/specific/landing_1072.html b/regulations/templates/regulations/specific/landing_1072.html
new file mode 100644
index 00000000..66f371da
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1072.html
@@ -0,0 +1,10 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 103 did not contain paragraph markers (a) through
+ (m), instead using terms as markers. (a)-(m) have been added to help the
+ parser.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1080.html b/regulations/templates/regulations/specific/landing_1080.html
new file mode 100644
index 00000000..4aa39743
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1080.html
@@ -0,0 +1,10 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 2 did not contain paragraph markers (a) through
+ (m), instead using terms as markers. (a)-(m) have been added to help the
+ parser.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1081.html b/regulations/templates/regulations/specific/landing_1081.html
new file mode 100644
index 00000000..8cf57a75
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1081.html
@@ -0,0 +1,10 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 103 did not contain paragraph markers (a) through
+ (s), instead using terms as markers. (a)-(s) have been added to help the
+ parser.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/specific/landing_1090.html b/regulations/templates/regulations/specific/landing_1090.html
new file mode 100644
index 00000000..fedd1e73
--- /dev/null
+++ b/regulations/templates/regulations/specific/landing_1090.html
@@ -0,0 +1,19 @@
+{% extends "regulations/landing_internal_disclaimer.html" %}
+
+{% block known_issues %}
+
Known Issues
+
+ The original section 101 did not contain paragraph markers (a) through
+ (k), instead using terms as markers. (a)-(k) have been added to help the
+ parser.
+ The original paragraph 104(a) did not contain paragraph markers (1)
+ through (2), instead using terms as markers. (1)-(2) have been added to
+ help the parser.
+ The original paragraph 105(a) did not contain paragraph markers (1)
+ through (5), instead using terms as markers. (1)-(5) have been added to
+ help the parser.
+ The original paragraph 106(a) did not contain paragraph markers (1)
+ through (4), instead using terms as markers. (1)-(4) have been added to
+ help the parser.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/sxs_with_disclaimer.html b/regulations/templates/regulations/sxs_with_disclaimer.html
new file mode 100644
index 00000000..767466e8
--- /dev/null
+++ b/regulations/templates/regulations/sxs_with_disclaimer.html
@@ -0,0 +1,11 @@
+{% extends "regulations/paragraph-sxs.html" %}
+
+{% block sxs_disclaimer %}
+
Legal Disclaimer:
+
+All information in this part of the tool comes from CFPB preambles published on
+or after December 22, 2011. There may be other relevant analyses for this
+paragraph in other Federal Register notices. Please consult the Federal Register for
+additional information.
+
+{% endblock %}
diff --git a/regulations/templates/regulations/universal_landing.html b/regulations/templates/regulations/universal_landing.html
new file mode 100644
index 00000000..72bf6ea8
--- /dev/null
+++ b/regulations/templates/regulations/universal_landing.html
@@ -0,0 +1,63 @@
+{% extends "regulations/generic_universal.html" %}
+{% load static from staticfiles %}
+
+{% block headscripts %}
+
+{% endblock %}
+
+{% block moreregulations %}
+
+ More CFPB regulations
+
+{% endblock %}
+
+{% block secondcolumn_notices %}
+
+{% endblock %}
+
+{% block orgcontact %}
+
+{% endblock %}
+
+{% block legal%}
+
+
+
+
The CFPB’s eRegulations tool is an editorial compilation of material and
+ not an official legal edition of the Code of Federal Regulations or the
+ Federal Register. We have made every effort to ensure the material presented
+ in this tool is accurate, but if you are relying on it for legal research you
+ should consult the official editions of those sources to confirm your
+ findings. Nothing in this tool binds the Bureau or creates any rights,
+ benefits, or defenses, substantive or procedural, that are enforceable by any
+ party in any manner.
+
+{% endblock %}
+
+{% include "regulations/full_footer.html" %}
+
+{% block endscripts %}
+
+{% endblock %}
+
+{% block preload %}
+
+{% endblock %}
diff --git a/regulations/views/reg_landing.py b/regulations/views/reg_landing.py
index 39246f9b..d53f0194 100644
--- a/regulations/views/reg_landing.py
+++ b/regulations/views/reg_landing.py
@@ -54,7 +54,7 @@ def regulation(request, label_id):
c = RequestContext(request, context)
t = select_template([
- 'regulations/landing_%s.html' % label_id,
+ 'regulations/specific/landing_%s.html' % label_id,
'regulations/landing_base.html',
'regulations/generic_landing.html'])
return HttpResponse(t.render(c))