• Getting Started
    • Prerequisites
    • Download and Installation
    • Change Log
  • Developer Guide
    • EvenCart Plugins
      • Development Environment Setup
      • Plugin Structure
      • EvenCart MVC
      • Dependency Injection
      • Domain Entities
      • Database Versions
      • Plugin Settings
      • Data Provider Plugin
      • Payment Processing Plugin
      • Shipping Provider Plugin
      • Authentication Provider
      • Widget Plugin
    • EvenCart API
      • Authentication
      • Requests & Responses
      • API EndPoints
    • Caching
  • Designer Guide
    • How to create a theme
    • Extended Tags
      • Layout Tag
      • Widget Tag
      • Json Tag
      • Css Tag
      • Js Tag
      • Bundle Tag
      • Partial Tag
      • Control Tag
      • Route Tag
      • Global Tag
      • Component Tag
    • Extended Filters
    • Global Objects
  • Packaging & Distribution

Bundle Tag

The bundle tag is used to render a bundle on the page.

Option Key Value Pairs

The following key value pairs must be specified with this tag.

Key Value
render Can be either js or css depending on the type of bundle to render.
bundle The name of bundle to render.

Example

{% bundle render="js" bundle="headScripts" %}

When view engine finds the above tag, it creates a bundle with all the scripts in bundle headScripts and renders it on the page.

Related Pages

  • Layout Tag
  • Widget Tag
  • Json Tag
  • Css Tag
  • Js Tag
© 2022 Sojatia Infocrafts Pvt. Ltd. All rights reserved. Powered by onlyDoc.