how to render different pages in nodes

Solutions on MaxInterview for how to render different pages in nodes by the best coders in the world

showing results for - "how to render different pages in nodes"
Coralie
26 Jun 2019
1<!DOCTYPE html>
2<html lang="en">
3<head>
4    <meta charset="utf-8">
5    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
6    <!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
7    <link rel="stylesheet" type="text/css" href="/Static/css/spaceGame.css">
8    <!-- <link rel="stylesheet" href="css/normalize.css"> -->
9    <link href="https://fonts.googleapis.com/css?family=Raleway:300,400" rel="stylesheet">
10    <title>{{title}}</title>
11</head>
12<body>
13    {{{body}}}
14
15        <!-- Footer -->
16    <script src="https://unpkg.com/vue"></script>
17    <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
18
19    <script type="text/javascript" src="/Static/script/someTest.js"></script>
20</body>
21</html>