mirror of
https://github.com/bspeice/itcs4180
synced 2025-07-31 12:35:41 -04:00
Add basic templates for the location and results
This commit is contained in:
@ -0,0 +1,5 @@
|
|||||||
|
<location>
|
||||||
|
<image>{{ image_url }}</image>
|
||||||
|
|
||||||
|
<riddle>{{ riddle }}</riddle>
|
||||||
|
</location>
|
@ -0,0 +1,12 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>UNCC Scavenger</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<img src="{{ img }}">
|
||||||
|
|
||||||
|
<h3>{{ title }}</h3>
|
||||||
|
<p>{{ body }}</p>
|
||||||
|
|
||||||
|
</body>
|
Reference in New Issue
Block a user