Ghost/core
kirrg001 0046dce39f Dynamic Routing Beta: Better template support
refs #9601

- single or multiple template definition
- possible formats:

```
routes:
  /about/: about
```

```
routes:
  /about/:
    template: about
```

```
routes:
  /about/:
    template:
      - about
      - me
```

```
collections
  /posts/:
    template:
      - posts
      - general
```

```
collections
  /posts/:
    template: posts
```
2018-06-21 16:22:45 +02:00
..
client@21dc92582e Updated Ghost-Admin to 1.24.5 2018-06-19 17:18:01 +02:00
server Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00
test Dynamic Routing Beta: Better template support 2018-06-21 16:22:45 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00