# 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)

Info There are no articles in this category. If subcategories display on this page, they may have articles.

## 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"
            }
        },
        {
            "@type": "ListItem",
            "position": 5,
            "item": {
                "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/atomic",
                "name": "Atomic"
            }
        }
    ]
}
```

```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/atomic/#webpage",
            "name": "Atomic",
            "url": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/atomic",
            "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/atomic/#breadcrumb"
            },
            "isPartOf": {
                "@type": "WebSite",
                "@id": "https://joomla6-pro.testmyweb.info/#website"
            }
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates/atomic/#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",
                    "item": "https://joomla6-pro.testmyweb.info/using-joomla/using-extensions/templates"
                },
                {
                    "@type": "ListItem",
                    "position": 5,
                    "name": "Atomic"
                }
            ]
        }
    ]
}
```
