# exeex v0.2.0 - Table of Contents Exeex is an Elixir template engine that provides macro, include and inheritance functions. It allows you to create reusable templates with dynamic content, making it easier to manage and maintain your views in Elixir applications. ## Modules - [ExEEx](ExEEx.md): Documentation for ExEEx. - [ExEEx.Adapter](ExEEx.Adapter.md): Specifies the minimal API required from storage adapters. - [ExEEx.Adapter.FileStorage](ExEEx.Adapter.FileStorage.md) - [ExEEx.Engine](ExEEx.Engine.md) - [ExEEx.Engine.BlockStack](ExEEx.Engine.BlockStack.md) - [ExEEx.Template](ExEEx.Template.md) - [ExEEx.Utils](ExEEx.Utils.md) - Exceptions - [ExEEx.TemplateError](ExEEx.TemplateError.md)