15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
---
|
|
package com.jessebrault.site
|
|
---
|
|
<html lang="en">
|
|
<Head title={pageTitle} />
|
|
<body>
|
|
<h1>$pageTitle</h1>
|
|
<h2>$url</h2>
|
|
<p>$greeting</p>
|
|
<section>
|
|
<%= biographyText.render() %>
|
|
</section>
|
|
</body>
|
|
</html>
|