- We've got some components
A,BandCwhich provide different slots.const A = { template: `<div><slot name="a">Default A Content</slot></div>` }
const B = {
| ____Artists____ | |||
|---|---|---|---|
| Aaron Horkey | style of Aaron Horkey | ||
| Abbott Handerson Thayer | style of Abbott Handerson Thayer | ||
| Abigail Larson | style of Abigail Larson | ||
| Adam Hughes | style of Adam Hughes | ||
| Adrian Ghenie | style of Adrian Ghenie | ||
| Adrian Tomine | style of Adrian Tomine | ||
| Adrianus Eversen | style of Adrianus Eversen | ||
| Agnes Cecile | style of Agnes Cecile | ||
| Agostino Arrivabene | style of Agostino Arrivabene |
| # FORGE CONFIG (DO NOT REMOVE!) | |
| include forge-conf/<your-site>/before/*; | |
| map $sent_http_content_type $expires { | |
| "text/html" epoch; | |
| "text/html; charset=utf-8" epoch; | |
| default off; | |
| } | |
| server { |