@extends('master') @section('title') New Note « @stop @section('content') @if (session('error'))
{{ session('error') }}
@endifThis is my UI for posting new notes, hopefully you’ll soon be able to use this if your site supports the micropub API.
@if($url === null) @elseYou are authenticated as {{ $url }}
, log out.