mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05: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