AvalonDocumentationEngine/views/articles/Sandbox.ejs
MeowcaTheoRange 3fd3805552 Updates
2023-01-04 22:18:04 -06:00

24 lines
No EOL
865 B
Text

<%- include("blocks/MessageBox.ejs", {
title: "Hello, world!",
content: "Sex is real and it's a danger to society",
notice: "This is a small notice."
}) %>
<%- include("blocks/MessageBox.ejs") %>
<h1>Header 1</h1>
<p>This is a paragraph. Hello!</p>
<h2>Header 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deleniti cumque aut, natus labore id voluptate quaerat hic enim tempore est sed sunt, sint praesentium culpa illum, ea autem modi! Expedita!</p>
<h3>Header 3</h3>
<small>Psssst! I'm small!</small>
<%- include("blocks/LunchBox.ejs", {
width: "200",
imageURL: "/assets/ramin1.png",
fullName: "Ramin",
pronouns: "she/her, they/them",
birthday: "April 13, 2026",
gender: "Female",
preference: "Pansexual",
attribution: "Avalonian Vineyards",
description: `Ramin is a FUCK.`
}) %>
<%- include("blocks/LunchBox.ejs") %>