Skip to content

Martini Creating Webpage Templates

In Martini, creating a Web Page template from scratch is a straightforward process. This guide will walk you through the steps to create a blank Web Page template, which you can then customize with your desired properties and tags.

Getting Started

  1. Initiate the Template Creation

    • Navigate to the code directory within your Martini package where you want the new template to reside.
    • Right-click on or beneath this directory, and from the context menu, select New > Web Page Template. This action opens the Web Page Template wizard.
  2. Configure Your Template

    • In the wizard, enter a name for your new template.
    • Choose 'none' as the source to start with a blank template.
    • Optionally, you can modify the location where your template will be saved.
  3. Finalize the Creation

    • Click Finish to create the template. The newly created template will be blank, containing no input/output properties or tags.

Next Steps

After creating your template, the next steps involve populating it with the necessary steps and customizing it to suit your specific needs. You can add various elements such as input fields, buttons, and other interactive components as per your project requirements.

Remember, the initial template is a blank canvas, giving you full flexibility to design and structure your web page as needed.