Pages
LoginSign Up

HTML templates

You can organize your template folder and assets as you like, for example:

├── /assets
|   ├── /css
|   ├── /fonts
|   ├── /images
|   └── /js
└── index.html (required)

When coding your HTML it's required an index.html file placed on the root of your folder structure. Also it's highly recommended to add the following tag just after opening <head> tag:

  <html>
    <head>
      <base href="{{PAGE_URL}}">
      ...
    </head>
    <body>
      ...
    </body>
  <html>

This <base> tag specifies the base URL and/or target for all relative URLs in your template.

Table of contents

HTML templates guides & tutorials

Discover our step-by-step guides and tutorials to learn using Arengu with HTML templates.

No items found.