Add basic templates for the location and results

master
Bradlee Speice 2014-04-01 19:18:32 -04:00
parent 8a527aace4
commit 07126509ba
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<location>
<image>{{ image_url }}</image>
<riddle>{{ riddle }}</riddle>
</location>

View File

@ -0,0 +1,12 @@
<html>
<head>
<title>UNCC Scavenger</title>
</head>
<body>
<img src="{{ img }}">
<h3>{{ title }}</h3>
<p>{{ body }}</p>
</body>