> ## Content Index
> Fetch the complete content index at: https://postline.ghost.preview.themeanax.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Ghost Editor Showcase: Native Koenig Cards Gallery
- URL: https://postline.ghost.preview.themeanax.com/ghost-editor-showcase/
- Published: 2026-05-31T12:00:00.000Z
- Updated: 2026-09-24T10:21:33.000Z
- Description: A visual showcase demonstrating every native Ghost Koenig card layout configured natively for the Postline theme styling.
- Author: Marcus Vance
- Tags: Editorial, #Import 2026-09-24 10:21

##  Koenig Editor Showcase 

###  A complete presentation of native Ghost elements styled for the Postline theme 

Welcome to the official content showcase. Below, we render every native Ghost card to demonstrate how the typography, layouts, padding, and dark-mode states translate on the frontend.

💡

**Editorial Note:** This showcase page is fully native and renders each element using the theme's core CSS styles. No inline overrides are applied, highlighting out-of-the-box styling.

### 1\. Embeds & Media Cards

Below is a standard Bookmark card, representing external links with images and metadata:

[Ghost: The professional publishing platformThe world’s most popular open source headless CMS for independent publishers. Professional technology to build, share and grow.![](https://ghost.org/favicon.ico)Ghost![](https://images.unsplash.com/photo-1486312338219-ce68d2c6f44d?w=600)](https://ghost.org/?ref=postline.ghost.preview.themeanax.com)

Here is a native File card layout, designed for documents and downloadable assets:

[Postline Press Release.pdfOfficial press release, logos, and high-res brand materials for media partners.postline-press-kit.pdf4 MBdownload-circle](# "Download")

Audio content is supported with full playback controls in the audio card:

For cinematic features, the wide Video card offers custom player layouts:

A premium high-definition video container embedded natively.

### 2\. Interactive Cards

Products can be featured inline with ratings, descriptions, and purchase calls-to-action:

![](https://images.unsplash.com/photo-1527443224154-c4a3942d3acf?w=800) 

#### Postline E-Ink Reader

Our custom hardware edition, tailored specifically for long-form editorial content. Designed for high visibility and low eye strain.

[Order Now ($299)](#) 

Standardized inline buttons can be placed center, left, or right-aligned:

[Subscribe to Premium](https://postline.ghost.preview.themeanax.com/membership/)

Toggles are perfect for collapsible content like FAQs or technical notes:

#### Is there an offline print edition available?

Yes, all Gold tier subscribers receive a monthly print compilation bound in high-quality paper and delivered straight to their doorstep.

### 3\. Visuals & Layout

An image gallery layout handles up to nine images dynamically with custom aspect ratios:

Standard wide images extend beautifully past the text width boundaries:

![Wide Image](https://images.unsplash.com/photo-1504384308090-c894fdcc538d?w=1200)

Wide layout image with editorial style bottom caption

Here is an example of a full-width image card that spans the entire viewport of the screen:

![Full Width Image](https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=1600)

A full-width image layout expanding across the full viewport width.

### 4\. Code, Tables & Elements

Below is a clean pre-formatted code block featuring styling for syntax highlighting:

```javascript
import { GhostTheme } from 'postline';

const publication = new GhostTheme({
  style: 'asymmetrical-editorial',
  typography: 'serif',
  features: ['lightbox', 'code-copy', 'scroll-to-top']
});

publication.launch();
```

Native code card with JavaScript syntax highlighting

Tables display clean spacing, bordered rows, and bold header alignments:

| Subscription tier | Access Duration | Print compilation |
| ----------------- | --------------- | ----------------- |
| Free              | Forever         | No                |
| Silver            | 1 Month         | No                |
| Gold              | 1 Year          | Yes (Monthly)     |

Native Koenig editor supportsinline highlightsto emphasize specific words or phrases directly within a text block.

HTML cards allow inserting arbitrary raw HTML elements on the page:

This is a custom HTML block card containing standard HTML tags.