summaryrefslogtreecommitdiff
path: root/views/about/brochure.ejs
blob: e34d3d395a2408c10c9c46524fb6267f2cad065c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
	<title>VValls Subscriptions</title>
	[[ include ../partials/meta ]]
</head>
<body class="loading">
	<div class="rapper page">
	[[ include ../partials/header ]]

	<h1 class="leader">Subscriptions</h1>

	<div class="projectList about aboutintro">
    [[ include _plans ]]
  </div>

	[[ include ../partials/confirm-modal ]]	
	[[ include ../projects/layouts-modal ]]	
	[[ include ../partials/sign-in ]]
	[[ include ../partials/footer ]]

  </div>
</body>
[[ include ../partials/scripts ]]
</html>