Raven's templating system offers flexibility and power to your web development workflow. You can easily manage your website's structure and design using our intuitive features.
With Raven, you can place <title>, <style>, and <script> tags directly within the body of your HTML. Raven intelligently moves these elements to the head section automatically, simplifying your code and maintaining clean document structure.
<%= pagename %> to include the content of another page within the current page. This feature facilitates content reuse and modular design.
Raven looks for a file named 'layout' to display each page within this unified layout, ensuring a consistent look and feel across your site. The layout file can dynamically include other parts of your site such as navigation or footer by calling <%= nav %> and <%= footer %>.
Start using Raven's advanced templating features to streamline your website development.
Get Started