# Templates

Templates give your site its look and feel. They determine layout, colours, typefaces, graphics and other aspects of design that make your site unique. Your installation of Joomla comes prepackaged with three front end templates and two backend templates. [Help](https://help.joomla.org/proxy/index.php?option=com_help&keyref=Help40:Extensions_Template_Manager_Templates)

### Subcategories

### [Atomic](/using-joomla/using-extensions/templates/atomic)

![The Atomic Template](templates/atomic/template_thumbnail.png)

Atomic is a minimal template designed to be a skeleton for making your own template and to learn about Joomla! templating.

- [Home Page](index.php?Itemid=285)
- [Typography](index.php?Itemid=316)

### [Beez 20](/using-joomla/using-extensions/templates/beez-2)

![Beez_20 thumbnail](templates/beez_20/template_thumbnail.png)

Beez 2.0 is a versatile, easy to customise template that works for a variety of sites. It meets major accessibility standards and demonstrates a range of css and javascript techniques. It is the default template that installs with Joomla!

- [Home Page](index.php?Itemid=424)
- [Typography](index.php?Itemid=423)

### [Beez 5](/using-joomla/using-extensions/templates/beez5)

![Beez5 Thumbnail](templates/beez5/template_thumbnail.png)

Beez 5 is an html5 implementation of a Joomla! template. It uses a number of html5 techniques to enhance the presentation of a site. It is used as the template for the Fruit Shop sample site.

- [Home Page](index.php?Itemid=458)
- [Typography](index.php?Itemid=457)

## Structured data

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://joomla6-pro.testmyweb.info/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/using-joomla",
                "name": "Using Joomla!"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions",
                "name": "Using Extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates",
                "name": "Templates"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://joomla6-pro.testmyweb.info/#organization",
            "name": "AB Test Restaurant",
            "url": "https://joomla6-pro.testmyweb.info/",
            "description": "A test restaurant used to check what AI Boost publishes.",
            "telephone": "+381111234567",
            "image": "https://joomla6-pro.testmyweb.info/images/powered_by.png",
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "Test Street 1",
                "addressLocality": "Belgrade",
                "addressCountry": "RS"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/#webpage",
            "name": "Templates",
            "url": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates",
            "inLanguage": "en-GB",
            "about": {
                "@type": "Organization",
                "@id": "https://joomla6-pro.testmyweb.info/#organization"
            },
            "breadcrumb": {
                "@type": "BreadcrumbList",
                "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/#breadcrumb"
            },
            "isPartOf": {
                "@type": "WebSite",
                "@id": "https://joomla6-pro.testmyweb.info/#website"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://joomla6-pro.testmyweb.info/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Using Joomla!",
                    "item": "https://joomla6-pro.testmyweb.info/using-joomla"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "Using Extensions",
                    "item": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions"
                },
                {
                    "@type": "ListItem",
                    "position": 4,
                    "name": "Templates"
                }
            ]
        }
    ]
}
```
