mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
12 lines
275 B
Text
12 lines
275 B
Text
<!DOCTYPE html>
|
|||
<html>
|
|||
<head><title>Search Results</title></head>
|
|||
<body>
|
|||
<h1>Search Results for: <%- query %></h1>
|
|||
<p>Safe escaped output: <%= safe %></p>
|
|||
<%- include('header') %>
|
|||
<%- include("footer") %>
|
|||
<div class="result"><%- resultHtml %></div>
|
|||
</body>
|
|||
</html>
|