diff --git a/templates/General/Question-Answer/back.html b/templates/General/Question-Answer/back.html
new file mode 100644
index 0000000..735c29a
--- /dev/null
+++ b/templates/General/Question-Answer/back.html
@@ -0,0 +1,4 @@
+{{FrontSide}}
+
+{{#Answer}}
{{edit:Answer}}
{{/Answer}}
+{{#Extra}}
{{edit:Extra}}
{{/Extra}}
\ No newline at end of file
diff --git a/templates/General/Question-Answer/front.html b/templates/General/Question-Answer/front.html
new file mode 100644
index 0000000..cbcda39
--- /dev/null
+++ b/templates/General/Question-Answer/front.html
@@ -0,0 +1,2 @@
+{{#Tags}}
{{Tags}}
{{/Tags}}
+
{{edit:Question}}
\ No newline at end of file
diff --git a/templates/General/README.md b/templates/General/README.md
new file mode 100644
index 0000000..4f19754
--- /dev/null
+++ b/templates/General/README.md
@@ -0,0 +1,4 @@
+# General
+
+A simple note type for learning everything besides Japanese.
+I use it instead of the built-in "Basic" note type.
diff --git a/templates/General/template.css b/templates/General/template.css
new file mode 100644
index 0000000..70cbc45
--- /dev/null
+++ b/templates/General/template.css
@@ -0,0 +1,126 @@
+* {
+ box-sizing: border-box;
+ padding: 0;
+ margin: 0;
+}
+.card {
+ font-family: Noto Sans, Liberation Sans, Arial, Helvetica, Noto Sans CJK JP, Meiryo, Meiryo UI, IPAexGothic,
+ IPAPGothic, IPAGothic, Sans, sans-serif;
+ font-size: 20px;
+ text-align: left;
+ color: black;
+ background-color: #fffaf0;
+}
+li {
+ margin-left: 1em;
+}
+.tags {
+ text-align: center;
+ display: inline-block;
+ text-transform: lowercase;
+ background-color: #333;
+ color: #fffaf0;
+ font-weight: bold;
+ padding: 1px 3px;
+ margin: 0;
+ cursor: pointer;
+ border-radius: 3px;
+ font-size: 12px;
+ line-height: 14px;
+}
+#q:before {
+ content: "Question";
+}
+#a:before {
+ content: "Answer";
+}
+#e:before {
+ content: "Extra";
+}
+#q:before,
+#a:before,
+#e:before {
+ display: block;
+ text-align: center;
+ color: gray;
+ font-size: 12px;
+ font-family: Noto Serif, Liberation Serif, Times New Roman, Serif;
+}
+img {
+ filter: sepia(33%);
+ border-radius: 4px;
+ max-width: 100%;
+}
+
+/* .replaybutton is an tag with a that has an