!!! 5
%html
%head
%title Thoughts
= csrf_meta_tags
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload'
= javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
%body
#container
#banner
%h1= link_to "Thoughts", root_url
#main
#content= yield
#sidebar
%h2 I'm Fef.
%p I'm a computer science undergrad at Carnegie Mellon University. I make a lot of things, including Twitter bots. I really like Pokémon, and I write about it a lot.