---
title: Page headers
summary: Page heading examples for Tabler
description: Examples of Tabler page headers.
---
## Simple header
{% capture html -%}
{%- endcapture %}
{% include "docs/example.html" html=html %}
## With meta, avatar and actions
{% capture html -%}
{%- endcapture %}
{% include "docs/example.html" html=html %}
## With meta, search and actions
{% capture html -%}
{%- endcapture %}
{% include "docs/example.html" html=html %}
## Bordered header
A page header with a border to separate content is an effective way to organize and present information in a clear and visually appealing way.
{% capture html -%}
{%- endcapture %}
{% include "docs/example.html" html=html %}
## Header with breadcrumb and actions
A page header with breadcrumb and actions is a common design element found in many websites and applications. The header typically appears at the top of the page and includes a breadcrumb trail, which shows the user the path they have taken to reach the current page. The breadcrumb can be clickable, allowing the user to navigate back to previous pages.
In addition to the breadcrumb, the header often includes actions or buttons that allow the user to perform common tasks related to the current page. These actions may include things like adding a new item, editing existing content, or deleting items.
{% capture html -%}
{%- endcapture %}
{% include "docs/example.html" html=html %}