This self-enclosing shortcode fetches the page description from the meta tab column of the corresponding page.

**Shortcode:**

```js
[page_description]
```

**Code Example:**
 
```js
<p>[page_description]</p>
```

!!!Note:
This shortcode has no attributes.
!!!
