In this article, I am going to explain how you can write basic blog application using [EHTML](https://github.com/Guseyn/EHTML/tree/master/src).
**EHTML (extended HTML)** is a frontend library/framework that allows you to build web apps just by focusing on HTML, meaning that the logic/functionality that you would usually write in JavaScript, you can now express via HTML.
You can find the app that I am going to describe in this article on GitHub [here](https://github.com/Guseyn/simple-oauth-app). You can also watch the demo [here](http://www.youtube.com/watch?feature=player_embedded&v=lOf0NkNtWzI).
Let's start with following page:
This is an index page, let's take a look at the source:
```html
Blog App
Show All Posts
```
There are few things that's worth attention:
1. We load our ehtml lib just via `