# templateberg/1.1.0/includes/admin/templates/header.php

Templateberg – Gutenberg Templates, WordPress Themes Template Kits &amp; WordPress Templates, version 1.1.0. 20 lines.

- Page: https://pluginprobe.com/plugins/templateberg/1.1.0/code/includes/admin/templates/header.php
- Raw: https://pluginprobe.com/plugins/templateberg/1.1.0/raw/includes/admin/templates/header.php
- Modified: 2021-07-23T13:56:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/templateberg/1.1.0/code/includes/admin/templates/header.php#L10-L20`.

```php
<div class="tb-global__header">
    <div class="tb-container">

            <div class="tb-global__caption">
                <h2 class="tb-global__htitle">
                    <?php echo esc_html__('Welcome to Templateberg', 'templateberg'); ?>
                </h2>
                <p class="tb-global__desc">
                    <?php echo esc_html__("Templateberg power you to create site quickly and easily. You don't have to spend hours trying to create a template and block design. With a click your favourite template design will import on your site and you can change text, image and customize it for your needs.", 'templateberg'); ?>
                </p>
                <a  href="<?php echo esc_url(admin_url('post-new.php?post_type=page')); ?>" target="_blank" class="tb-btn tb-btn__primary tb-btn__lg">
                    <?php echo esc_html__('Get Started With New Page', 'templateberg'); ?>
                </a>

            </div>

            <img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/prospective-image-640x214.png')?>" />
    </div>
</div>

```
