---
layout: page
subheadline: Templates
title: "The Post/Page Template"
teaser: "The default template for posts and pages aligns the page beautifully in the middle. But you can customize posts/pages easily via switches in the front matter to get a sidebar and/or to turn off meta-information at the end of the page like categories, tags and dates."
meta_teaser: "This is an example of a beautiful aligned post in the middle. There is no sidebar to distract the reader. The difference to the Page-Template is, that you find meta-information at the bottom of the post."
breadcrumb: true
categories:
- design
tags:
- blog
- content
- post
- post format
image:
title: "unsplash_1.jpg"
credit: Unsplash.com
url: http://unsplash.com
author: mo
---
*Feeling Responsive* shows metadata by default. The default behaviour can be changed via `config.yml`. To show metadata at the end of a page/post just add the following to front matter:
~~~
show_meta: true
~~~
If you don't want to show metadata, it's simple again:
~~~
show_meta: false
~~~
## Other Post Formats
{: .t60 }
{% include list-posts.html tag='post format' %}