Displays the previous/current/next page title
npm install @fluid-topics/ft-reader-page-title
yarn add @fluid-topics/ft-reader-page-title
import { html } from "lit"
import "@fluid-topics/ft-reader-page-title"
function render() {
return html` <ft-reader-page-title foo="bar"></ft-reader-page-title> `
}