+ <p>Write.as isn't a platform for building <em>any</em> kind of blog or website. It's meant to help you get your thoughts down—and published—fast.</p>
+ </div>
+
+ <div class="third big">
+ <h3>Distraction-free</h3>
+ <p>Our editor lets you write and publish — that's it. And we separated the <a href="https://read.write.as">reading</a> experience so there's no stream or feed or "likes" or "follows" to steal your focus.</p>
+ </div>
+
+ <div class="third big">
+ <h3>Never lose your progress</h3>
+ <p>Your writing automatically saves as you type. It'll always be waiting, even if you don't "save" before leaving.</p>
+<a name="more"></a><hr style="margin: 1em auto 3em;" />
+{{end}}
+</div>
+
+{{ if .Federation }}
+<div class="content-container snug">
+
+<h2>Join the Fediverse</h2>
+<p>The fediverse is a large network of platforms that all speak a common language. Imagine if you could reply to Instagram posts from Twitter, or interact with your favorite Medium blogs from Facebook — federated alternatives like <a href="https://pixelfed.org/" target="pixel">PixelFed</a>, <a href="https://joinmastodon.org/" target="masto">Mastodon</a>, and Write Freely enable you to do these types of things.</p>
+<p>Write Freely can communicate with other federated platforms like Mastodon, so people can follow your blogs, bookmark their favorite posts, and boost them to their followers. Sign up above to create a blog and join the fediverse.</p>
+
+</div>
+{{ end }}
+
+{{end}}
diff --git a/pages/login.tmpl b/pages/login.tmpl
new file mode 100644
index 0000000..411da50
--- /dev/null
+++ b/pages/login.tmpl
@@ -0,0 +1,30 @@
+{{define "head"}}<title>Log in — {{.SiteName}}</title>
+<meta name="description" content="Log in to access your blogs, published posts, and linked accounts.">
+<meta itemprop="description" content="Log in to access your blogs, published posts, and linked accounts.">
+ <p><a class="simple-cta" href="/#{{.Alias}}">Start writing</a>, or <a class="simple-cta" href="/me/c/{{.Alias}}">customize</a> your blog.</p>
+ <p>Check out our <a class="simple-cta" href="https://guides.write.as/writing/?pk_campaign=welcome">writing guide</a> to see what else you can do, and <a class="simple-cta" href="/contact">get in touch</a> anytime with questions or feedback.</p>
+ <p class="error" id="create-error">Date format should be: <span class="mono"><abbr title="The full year">YYYY</abbr>-<abbr title="The numeric month of the year, where January = 1, with a zero in front if less than 10">MM</abbr>-<abbr title="The day of the month, with a zero in front if less than 10">DD</abbr> <abbr title="The hour (00-23), with a zero in front if less than 10.">HH</abbr>:<abbr title="The minute of the hour (00-59), with a zero in front if less than 10.">MM</abbr>:<abbr title="The seconds (00-59), with a zero in front if less than 10.">SS</abbr></span></p>